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. 48d397c9a0c0251ff8694


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 48d397c9a0c0251ff86947149720bdecef68f799
Date: Fri, 30 Dec 2016 07:46:37 +0000 (UTC)

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  48d397c9a0c0251ff86947149720bdecef68f799 (commit)
      from  bfc7e90ff2db810ff7a269b3a996db199dd4b0f8 (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 48d397c9a0c0251ff86947149720bdecef68f799
Author: Arash Esbati <address@hidden>
Date:   Fri Dec 30 08:45:56 2016 +0100

    Add starred version of \citeauthor and \Citeauthor
    
    * font-latex.el (font-latex-built-in-keyword-classes):
    * style/biblatex.el ("biblatex"): Add starred version of
    \citeauthor and \Citeauthor macros.

diff --git a/font-latex.el b/font-latex.el
index df33ad0..4a8195d 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -308,7 +308,7 @@ variable `font-latex-fontify-sectioning'." ',num)
       ("defbibentryset" "{{") ("Cite" "[[{") ("parencite" "*[[{") ("Parencite" 
"[[{")
       ("footcite" "[[{") ("footcitetext" "[[{") ("textcite" "[[{") ("Textcite" 
"[[{")
       ("smartcite" "[[{") ("Smartcite" "[[{") ("supercite" "{") ("autocite" 
"*[[{")
-      ("Autocite" "*[[{") ("citeauthor" "[[{") ("Citeauthor" "[[{") 
("citetitle" "*[[{")
+      ("Autocite" "*[[{") ("citeauthor" "*[[{") ("Citeauthor" "*[[{") 
("citetitle" "*[[{")
       ("citeyear" "*[[{") ("citedate" "*[[{") ("citeurl" "[[{") ("parentext" 
"{")
       ("brackettext" "{") ("fullcite" "[[{") ("fullfootcite" "[[{") ("volcite" 
"[{[[")
       ("Volcite" "[{[[") ("pvolcite" "[{[[") ("Pvolcite" "[{[[") ("fvolcite" 
"[{[[")
diff --git a/style/biblatex.el b/style/biblatex.el
index 3fd7a22..01c51cf 100644
--- a/style/biblatex.el
+++ b/style/biblatex.el
@@ -370,6 +370,10 @@ for citation keys."
                                        (["Prenote"] ["Postnote"]) ()) 
TeX-arg-cite)
     '("Citeauthor" (TeX-arg-conditional TeX-arg-cite-note-p
                                        (["Prenote"] ["Postnote"]) ()) 
TeX-arg-cite)
+    '("citeauthor*" (TeX-arg-conditional TeX-arg-cite-note-p
+                                        (["Prenote"] ["Postnote"]) ()) 
TeX-arg-cite)
+    '("Citeauthor*" (TeX-arg-conditional TeX-arg-cite-note-p
+                                        (["Prenote"] ["Postnote"]) ()) 
TeX-arg-cite)
     '("citetitle" (TeX-arg-conditional TeX-arg-cite-note-p
                                       (["Prenote"] ["Postnote"]) ()) 
TeX-arg-cite)
     '("citetitle*" (TeX-arg-conditional TeX-arg-cite-note-p

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

Summary of changes:
 font-latex.el     |    2 +-
 style/biblatex.el |    4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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