bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51621: 29.0.50; bibtex.el biblatex "2.1.3 Non-standard Types" suppor


From: Roland Winkler
Subject: bug#51621: 29.0.50; bibtex.el biblatex "2.1.3 Non-standard Types" support
Date: Mon, 02 Dec 2024 08:05:14 -0600

> I'm starting to think that the "dialect" design within bibtex.el was
> confused about bibtex vs. biblatex (this is pretty confusing, as we
> can see here: https://tex.stackexchange.com/q/25701/34063). However,
> I'm not sure what is the correct solution. At the very least,
> bibtex.el should be more permissive about what entry types get parsed
> by bibtex-parse-entry.

The range of "acceptable" entry types needs to be compatible with the
BibTeX style files that one wants to use.  Certainly, these style files
can be modified to handle any entry types you like.  But I am not sure
it makes sense to extend the defaults of bibtex.el beyond the defaults
defined by BibTeX and / or biblatex.  If you want to use the full range
of entry types defined by biblatex, you may be served better by making
biblatex your default dialect of bibtex-mode.  (I find it useful if
bibtex-mode keeps track of the entry types known to a dialect.)

I am currently working on a patch for bibtex-mode that will make it
easier for users to customize the entry types known by a dialect,
including the possibility to define aliases for entry types.  This patch
should be installed on master in a few weeks.  (I want to test it
first.)

PS: My reading of the above thread on stackexchange is that it will not
make everyone happy if the distinction between old BibTeX and new
biblatex gets blurred by bibtex-mode.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]