branch: externals/auctex
commit b714739f2cf2d8baffc778fa8502366078f02497
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    Add \citetitle to `reftex-cite-format' in style/biblatex
    
    * style/biblatex.el ("biblatex"): 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.
---
 style/biblatex.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/style/biblatex.el b/style/biblatex.el
index aa5fcc9..6662695 100644
--- a/style/biblatex.el
+++ b/style/biblatex.el
@@ -578,6 +578,8 @@ for citation keys."
            (?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