]> git.eshelyaron.com Git - emacs.git/commitdiff
Add entry for biblatex
authorArash Esbati <arash.esbati@gmail.com>
Fri, 30 Dec 2016 06:44:41 +0000 (07:44 +0100)
committerTassilo Horn <tsdh@gnu.org>
Fri, 30 Dec 2016 09:28:29 +0000 (10:28 +0100)
* lisp/textmodes/reftex-vars.el (reftex-cite-format-builtin): Add
entry for biblatex macros.

lisp/textmodes/reftex-vars.el

index d6de53b24665fefc2a35771fdc05a141c6bb5598..11dcdd5a1836f41c931b2f91a2af5237a0947b14 100644 (file)
@@ -151,6 +151,22 @@ distribution.  Mixed-case symbols are convenience aliases.")
       (?A    . "\\citeauthor*{%l}")
       (?y    . "\\citeyear{%l}")
       (?n    . "\\nocite{%l}")))
+    (biblatex "The Biblatex package"
+     ((?\C-m . "\\cite[][]{%l}")
+      (?C    . "\\cite*[][]{%l}")
+      (?t    . "\\textcite[][]{%l}")
+      (?T    . "\\textcite*[][]{%l}")
+      (?p    . "\\parencite[][]{%l}")
+      (?P    . "\\parencite*[][]{%l}")
+      (?f    . "\\footcite[][]{%l}")
+      (?s    . "\\smartcite[][]{%l}")
+      (?u    . "\\autocite[][]{%l}")
+      (?U    . "\\autocite*[][]{%l}")
+      (?a    . "\\citeauthor{%l}")
+      (?A    . "\\citeauthor*{%l}")
+      (?y    . "\\citeyear{%l}")
+      (?Y    . "\\citeyear*{%l}")
+      (?n    . "\\nocite{%l}")))
     (amsrefs "The AMSRefs package"
      ((?\C-m . "\\cite{%l}")
       (?p    . "\\cite{%l}")