emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 198/299: Declare expert macros and envs in biblatex style file.


From: Stefan Monnier
Subject: [elpa] 198/299: Declare expert macros and envs in biblatex style file.
Date: Sun, 02 Nov 2014 03:11:25 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 6bb03672776c2f68db9f27725bba6ae862645ebc
Author: Mosè Giordano <address@hidden>
Date:   Wed Nov 13 18:35:37 2013 +0100

    Declare expert macros and envs in biblatex style file.
    
    * style/biblatex.el ("biblatex"): Declare expert macros and
    environments.
---
 ChangeLog         |    5 +++++
 style/biblatex.el |   19 ++++++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 540262c..3ea8bf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-13  Mos� Giordano  <address@hidden>
+
+       * style/biblatex.el ("biblatex"): Declare expert macros and
+       environments.
+
 2013-11-11  Tassilo Horn  <address@hidden>
 
        * tex-buf.el (TeX-next-error, TeX-previous-error): Call
diff --git a/style/biblatex.el b/style/biblatex.el
index ce22495..88773fe 100644
--- a/style/biblatex.el
+++ b/style/biblatex.el
@@ -456,7 +456,24 @@ for citation keys."
     ;; Bibliography Sections
     '("refsection" ["Resources"])
     ;; Bibliography Segments
-    "refsegment")))
+    "refsegment")
+
+   ;; Declaring expert macros and environments.  Criterion: all macros and
+   ;; environments to fine tune the bibliography, probably they will be used
+   ;; only by expert users.
+   (TeX-declare-expert-macros
+    "biblatex"
+    "ExecuteBibliographyOptions" "printshorthands" "newrefsection"
+    "endrefsection" "newrefsegment" "endrefsegment"
+    "DeclareBibliographyCategory" "addtocategory" "defbibenvironment"
+    "defbibheading" "defbibnote" "defbibfilter" "defbibcheck" "defbibentryset"
+    "citereset" "citereset*" "mancite" "pno" "ppno" "nopp" "psq" "psqq" "RN"
+    "Rn" "DefineBibliographyStrings" "DefineBibliographyExtras"
+    "UndefineBibliographyExtras" "DefineHyphenationExceptions"
+    "NewBibliographyString")
+   (LaTeX-declare-expert-environments
+    "biblatex"
+    "refsection" "refsegment")))
 
 (defvar LaTeX-biblatex-package-options-list
   (append



reply via email to

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