diff --git a/bin/prebib b/bin/prebib index 23de4d6..ff29aac 100755 --- a/bin/prebib +++ b/bin/prebib @@ -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