]> git.eshelyaron.com Git - emacs.git/commitdiff
Add \citetitle to biblatex cite format
authorArash Esbati <arash@gnu.org>
Thu, 26 Jan 2017 19:25:16 +0000 (20:25 +0100)
committerTassilo Horn <tsdh@gnu.org>
Fri, 27 Jan 2017 16:47:03 +0000 (17:47 +0100)
* 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

index 63abd048e9de18aef51be9503c9c54468e7dacb5..03da584e96ff1aef4c490cb1a36f78ebbe6d6509 100644 (file)
@@ -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}")))