mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Use \footref when referencing a footnote label
* lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Use \footref as `reference-format' for \footnote macro.
This commit is contained in:
parent
f41d0f4749
commit
7033470adb
@ -121,7 +121,7 @@
|
||||
(regexp "tables?" "tab\\." "Tabellen?"))
|
||||
("table*" ?t nil nil caption)
|
||||
|
||||
("\\footnote[]{}" ?n "fn:" "~\\ref{%s}" 2
|
||||
("\\footnote[]{}" ?n "fn:" "~\\footref{%s}" 2
|
||||
(regexp "footnotes?" "Fussnoten?"))
|
||||
|
||||
("any" ?\ " " "~\\ref{%s}" nil)
|
||||
|
Loading…
Reference in New Issue
Block a user