Skip to content

parsing non-standard biblatex entry types #23

Answered by joostkremers
bdarcus asked this question in Q&A
Discussion options

You must be logged in to vote

Parsebib just assumes anything following an @ sign is an entry type if it's not preamble, string or comment. bibtex.el OTOH sets up a regex matching entry types in bibtex-entry-type, so anything that doesn't match this regex is not recognised as an entry.

bibtex-entry-type is populated on the basis of bibtex-BibTeX-entry-alist or bibtex-biblatex-entry-alist, depending on the detected dialect. (I don't know how bibtex.el detects the dialect, except that setting a file-local variable works; there may be other methods as well, I don't know.)

So in order to get jurisdiction recognised, you'd have to customise the entry types.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bdarcus
Comment options

Answer selected by bdarcus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants