chiark / gitweb /
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 2cb6100517121814fac4a12eddc221807ba4e155..89e9cf020e200387b6bd8f253dafa37c6c3351d6 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)
 
 ;;;--------------------------------------------------------------------------