mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
* lisp/textmodes/reftex-vars.el (reftex-ref-style-alist): Add cleveref
macros.
This commit is contained in:
parent
c43d45f9de
commit
074dd971a3
@ -1,5 +1,8 @@
|
||||
2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
||||
|
||||
* lisp/textmodes/reftex-vars.el (reftex-ref-style-alist): Add
|
||||
cleveref macros.
|
||||
|
||||
* lisp/textmodes/reftex-parse.el
|
||||
(reftex-locate-bibliography-files): Accept options for
|
||||
bibliography commands.
|
||||
|
@ -1000,7 +1000,9 @@ This is used to string together whole reference sets, like
|
||||
("Fancyref" "fancyref"
|
||||
(("\\fref" ?f) ("\\Fref" ?F)))
|
||||
("Hyperref" "hyperref"
|
||||
(("\\autoref" ?a) ("\\autopageref" ?u))))
|
||||
(("\\autoref" ?a) ("\\autopageref" ?u)))
|
||||
("Cleveref" "cleveref"
|
||||
(("\\cref" ?c) ("\\Cref" ?C) ("\\cpageref" ?d) ("\\Cpageref" ?D))))
|
||||
"Alist of reference styles.
|
||||
Each element is a list of the style name, the name of the LaTeX
|
||||
package associated with the style or t for any package, and an
|
||||
|
Loading…
Reference in New Issue
Block a user