From 4400ab400f82d8fb4394708bdc804f71418d314a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 28 May 2003 20:24:45 +0000 Subject: Deal with unnumbered tech reports svn:r50 --- BibTeX.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BibTeX.py') diff --git a/BibTeX.py b/BibTeX.py index 67141d0..0248385 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' + fields = 'institution', elif self.type == 'misc': fields = 'howpublished', elif self.type in ('mastersthesis', 'phdthesis'): -- cgit v1.2.3-70-g09d2