mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
Add \eqref to RefTeX's reference styles (Bug#32203)
* lisp/textmodes/reftex-vars.el (reftex-ref-style-alist): Add entry for \eqref provided by amsmath.sty and bind it to "e" key.
This commit is contained in:
parent
8217998b0d
commit
8f3bca3ad5
@ -1030,7 +1030,9 @@ This is used to string together whole reference sets, like
|
||||
("Hyperref" "hyperref"
|
||||
(("\\autoref" ?a) ("\\autopageref" ?u)))
|
||||
("Cleveref" "cleveref"
|
||||
(("\\cref" ?c) ("\\Cref" ?C) ("\\cpageref" ?d) ("\\Cpageref" ?D))))
|
||||
(("\\cref" ?c) ("\\Cref" ?C) ("\\cpageref" ?d) ("\\Cpageref" ?D)))
|
||||
("AMSmath" "amsmath"
|
||||
(("\\eqref" ?e))))
|
||||
"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
|
||||
@ -1040,7 +1042,7 @@ the macro type is being prompted for. (See also
|
||||
`reftex-ref-macro-prompt'.) The keys, represented as characters,
|
||||
have to be unique."
|
||||
:group 'reftex-referencing-labels
|
||||
:version "24.3"
|
||||
:version "27.1"
|
||||
:type '(alist :key-type (string :tag "Style name")
|
||||
:value-type (group (choice :tag "Package"
|
||||
(const :tag "Any package" t)
|
||||
|
Loading…
Reference in New Issue
Block a user