mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-08 15:35:02 +00:00
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.
This commit is contained in:
parent
03c1080cd4
commit
21d661d5f7
@ -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}")))
|
||||
|
Loading…
Reference in New Issue
Block a user