gnunetbib

Bibliography (BibTeX, based on AnonBib)
Log | Files | Refs | README | LICENSE

commit 4555da4f2a72f84fe03435203c3f6a10768e742d
parent 10e89d67bddc09216d0664d59fce93feb8392b7c
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 28 May 2003 20:24:37 +0000

Deal with unnumbered tech reports


svn:r49

Diffstat:
MBibTeX.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BibTeX.py b/BibTeX.py @@ -283,7 +283,7 @@ class BibTeXEntry: elif self.type == 'article': fields = 'journal', 'year' elif self.type == 'techreport': - fields = 'institution', 'number' + fields = 'institution' elif self.type == 'misc': fields = 'howpublished', elif self.type in ('mastersthesis', 'phdthesis'):