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

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

[elpa] externals/auctex 48d397c 17/57: Add starred version of \citeautho


From: Tassilo Horn
Subject: [elpa] externals/auctex 48d397c 17/57: Add starred version of \citeauthor and \Citeauthor
Date: Wed, 11 Jan 2017 18:01:38 +0000 (UTC)

branch: externals/auctex
commit 48d397c9a0c0251ff86947149720bdecef68f799
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    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.
---
 font-latex.el     |    2 +-
 style/biblatex.el |    4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

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



reply via email to

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