emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 21d661d: Add \citetitle to biblatex cite format


From: Tassilo Horn
Subject: [Emacs-diffs] master 21d661d: Add \citetitle to biblatex cite format
Date: Fri, 27 Jan 2017 16:47:24 +0000 (UTC)

branch: master
commit 21d661d5f7e2dd59b6d427f94faf5cc281ecf719
Author: Arash Esbati <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Add \citetitle to biblatex cite format
    
    * lisp/textmodes/reftex-vars.el (reftex-cite-format-builtin): Add
    \citetitle[*] to `reftex-cite-format' and bind them to keys i/I
    per user request
    http://lists.gnu.org/archive/html/auctex/2017-01/msg00049.html.
---
 lisp/textmodes/reftex-vars.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index 63abd04..03da584 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -164,6 +164,8 @@ distribution.  Mixed-case symbols are convenience aliases.")
       (?U    . "\\autocite*[][]{%l}")
       (?a    . "\\citeauthor{%l}")
       (?A    . "\\citeauthor*{%l}")
+      (?i    . "\\citetitle{%l}")
+      (?I    . "\\citetitle*{%l}")
       (?y    . "\\citeyear{%l}")
       (?Y    . "\\citeyear*{%l}")
       (?n    . "\\nocite{%l}")))



reply via email to

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