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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue