-
Notifications
You must be signed in to change notification settings - Fork 69
Additional BibTeX Fields
Philip Cooksey edited this page Feb 1, 2020
·
2 revisions
BIBTEXKEY
The bibtex entry key.
BIBTEXRAW
The bibtex raw format.
BIBTEXTYPEKEY
The bibtex entry type (NAME
capitalized by bibtex_js). Examples: BOOK
or ARTICLE
BIBTEXTYPE
if (@INCOLLECTION") {
["BIBTEXTYPE"] = "book chapter";
} else if ("@INPROCEEDINGS") {
["BIBTEXTYPE"] = "conference, workshop";
} else if ("@ARTICLE") {
["BIBTEXTYPE"] = "journal";
} else if ("@TECHREPORT") {
["BIBTEXTYPE"] = "technical report";
}
WEB
Set to no then it will not be displayed (if it doesn't exist or yes then it will be displayed).