gnunetbib

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

commit 647e3bfd0474014273f2b9d6c747ae11bfd4c228
parent 57a7e206c0ae288ab566bf74a3ab3e9721d79e72
Author: Nils Gillmann <ng0@n0.is>
Date:   Sat,  6 Oct 2018 15:58:19 +0000

BibTex.py: Do not check for mandatory 'howpublished' in booklets.

Signed-off-by: Nils Gillmann <ng0@n0.is>

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

diff --git a/BibTeX.py b/BibTeX.py @@ -392,7 +392,7 @@ class BibTeXEntry: elif self.type == 'book': fields = 'title', 'year' elif self.type == 'booklet': - fields = 'howpublished', + fields = (), elif self.type == 'techreport': fields = 'institution', elif self.type == 'misc':