commit 5294d32f1b6ceea1d74d30569cd132700bd1a8cd
parent 6b0d36d41037593103297ea182bf90ebef9b0180
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Wed, 1 Mar 2023 15:23:34 +0100
-issues
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/maketex.py b/maketex.py
@@ -180,8 +180,8 @@ def publitobib(publi, lang, venuesz, authorsz):
True))
if typ in ["demo", "posterpaper", "shortpaper", "spotlight", "habilitationthesis"]:
s += ' note = {%s},\n' % (stz[typ][lang])
- if 'issue' in publi.keys():
- s += ' number = {%s},\n' % publi['issue']
+ #if 'issue' in publi.keys():
+ # s += ' number = {%s},\n' % publi['issue']
if 'doi' in publi.keys() and publi['doi'].lower() != 'none':
s += ' doi = {%s},\n' % publi['doi']
s += ' keywords = {' + ','.join(sorted(keywords)) + '},\n'