Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/prebib
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sys.path.append(os.path.join(os.path.split(os.path.abspath(sys.argv[0]))[0], "..

from bparser import BibTexParser

ALWAYS_EXCLUDE = ["isbn", "issn", "abstract", "location", "doi", "address", "organization"]
ALWAYS_EXCLUDE = ["isbn", "issn", "abstract", "location", "address", "organization"]

# Stuff that we don't want to see in the bibtex file (per-class)
# In the future we may allow the user to adjust this by command line
Expand Down