dot/emacs: Configure BibTeX record sorting.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 3 Sep 2019 10:50:33 +0000 (11:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 3 Sep 2019 10:50:33 +0000 (11:50 +0100)
Expand the string entries, and sort by entry class.

dot/emacs

index 2cb6100..89e9cf0 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       bibtex-entry-format '(realign opts-or-alts required-fields
                            numerical-fields last-comma delimiters
                            unify-case sort-fields braces)
+      bibtex-sort-ignore-string-entries nil
+      bibtex-maintain-sorted-entries 'entry-class
       bibtex-include-OPTkey t)
 
 ;;;--------------------------------------------------------------------------