From ae2c42f6db9b4b92e5fdb44f19fe9b02991ba626 Mon Sep 17 00:00:00 2001 From: Jake Hughes Date: Mon, 1 Sep 2025 10:05:29 +0100 Subject: [PATCH] Don't exclude doi from the bib file --- bin/prebib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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