auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6bb03672776c2f68db9f2


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6bb03672776c2f68db9f27725bba6ae862645ebc
Date: Wed, 13 Nov 2013 17:36:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  6bb03672776c2f68db9f27725bba6ae862645ebc (commit)
      from  24f35445038ba1972b1cd2c8224fbed29921d544 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
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.

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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    5 +++++
 style/biblatex.el |   19 ++++++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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