From 331249d7e20edeec2018e2fdf1cfefbd295b4e18 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 28 May 2003 20:24:37 +0000 Subject: Deal with unnumbered tech reports svn:r49 --- BibTeX.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BibTeX.py') diff --git a/BibTeX.py b/BibTeX.py index 44de32f..67141d0 100644 --- 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'): -- cgit v1.2.3-70-g09d2