We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c1c5ca + ae2c42f commit 2ff526aCopy full SHA for 2ff526a
1 file changed
bin/prebib
@@ -31,7 +31,7 @@ sys.path.append(os.path.join(os.path.split(os.path.abspath(sys.argv[0]))[0], "..
31
32
from bparser import BibTexParser
33
34
-ALWAYS_EXCLUDE = ["isbn", "issn", "abstract", "location", "doi", "address", "organization"]
+ALWAYS_EXCLUDE = ["isbn", "issn", "abstract", "location", "address", "organization"]
35
36
# Stuff that we don't want to see in the bibtex file (per-class)
37
# In the future we may allow the user to adjust this by command line
0 commit comments