emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex b714739 09/95: Add \citetitle to `reftex-cite-fo


From: Tassilo Horn
Subject: [elpa] externals/auctex b714739 09/95: Add \citetitle to `reftex-cite-format' in style/biblatex
Date: Sun, 16 Apr 2017 01:26:45 -0400 (EDT)

branch: externals/auctex
commit b714739f2cf2d8baffc778fa8502366078f02497
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    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

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