diff options
| author | Nick Mathewson <nickm@torproject.org> | 2003-05-28 20:24:37 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2003-05-28 20:24:37 +0000 |
| commit | 331249d7e20edeec2018e2fdf1cfefbd295b4e18 (patch) | |
| tree | 5339adcb59e8c2ca6a17bcdb266ad4c72b21612a /BibTeX.py | |
| parent | c81319516024d3a548e3ecab4affece85b6d6aed (diff) | |
| download | anonbib-331249d7e20edeec2018e2fdf1cfefbd295b4e18.tar.gz | |
Deal with unnumbered tech reports
svn:r49
Diffstat (limited to 'BibTeX.py')
| -rw-r--r-- | BibTeX.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'): |
