Skip to content

Commit

Permalink
fix eprint removal in acm style articles
Browse files Browse the repository at this point in the history
  • Loading branch information
pfandzelter committed Jun 1, 2023
1 parent e249490 commit a5b6937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibclean.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
// https://www.acm.org/publications/authors/bibtex-formatting
var (
acmElements = &map[string][]string{
"article": {"author", "title", "journal", "volume", "number", "month", "year", "issn", "pages", "articleno", "numpages", "url", "doi", "acmid", "publisher", "address", "issue_date", "Eprint"},
"article": {"author", "title", "journal", "volume", "number", "month", "year", "issn", "pages", "articleno", "numpages", "url", "doi", "acmid", "publisher", "address", "issue_date", "eprint"},
"book": {"author", "title", "year", "isbn", "publisher", "address", "editor"},
"incollection": {"author", "title", "booktitle", "publisher", "pages", "year"},
"inproceedings": {"author", "title", "booktitle", "pages", "month", "year", "acmid", "publisher", "address", "series", "location", "numpages", "url", "doi"},
Expand Down

0 comments on commit a5b6937

Please sign in to comment.