Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
074dd971
Commit
074dd971
authored
May 23, 2013
by
Tassilo Horn
Browse files
* lisp/textmodes/reftex-vars.el (reftex-ref-style-alist): Add cleveref
macros.
parent
c43d45f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/textmodes/reftex-vars.el
lisp/textmodes/reftex-vars.el
+3
-1
No files found.
lisp/ChangeLog
View file @
074dd971
2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
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
* lisp/textmodes/reftex-parse.el
(reftex-locate-bibliography-files): Accept options for
(reftex-locate-bibliography-files): Accept options for
bibliography commands.
bibliography commands.
...
...
lisp/textmodes/reftex-vars.el
View file @
074dd971
...
@@ -1000,7 +1000,9 @@ This is used to string together whole reference sets, like
...
@@ -1000,7 +1000,9 @@ This is used to string together whole reference sets, like
(
"Fancyref"
"fancyref"
(
"Fancyref"
"fancyref"
((
"\\fref"
?f
)
(
"\\Fref"
?F
)))
((
"\\fref"
?f
)
(
"\\Fref"
?F
)))
(
"Hyperref"
"hyperref"
(
"Hyperref"
"hyperref"
((
"\\autoref"
?a
)
(
"\\autopageref"
?u
))))
((
"\\autoref"
?a
)
(
"\\autopageref"
?u
)))
(
"Cleveref"
"cleveref"
((
"\\cref"
?c
)
(
"\\Cref"
?C
)
(
"\\cpageref"
?d
)
(
"\\Cpageref"
?D
))))
"Alist of reference styles.
"Alist of reference styles.
Each element is a list of the style name, the name of the LaTeX
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
package associated with the style or t for any package, and an
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment