aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArash Esbati2019-10-20 20:27:00 +0200
committerTassilo Horn2019-10-22 07:48:08 +0200
commitd45740cd9f4f9f2cc132fb81626236789a97b2c9 (patch)
tree8d5f072e8724c1594434c2fad1b0cd184daba8e1
parent444930104e09b92ac27092aea44985637a39c26d (diff)
downloademacs-d45740cd9f4f9f2cc132fb81626236789a97b2c9.tar.gz
emacs-d45740cd9f4f9f2cc132fb81626236789a97b2c9.zip
Move entry for \Ref into LaTeX core
* lisp/textmodes/reftex-vars.el (reftex-ref-style-alist): Move entry for \Ref from "Varioref" into "Default" as this macro is part of LaTeX 2019-10-01 kernel. Rearrange entries for "Varioref".
-rw-r--r--lisp/textmodes/reftex-vars.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index a9d5819f4b6..74cedfaa942 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -1059,9 +1059,9 @@ This is used to string together whole reference sets, like
1059 1059
1060(defcustom reftex-ref-style-alist 1060(defcustom reftex-ref-style-alist
1061 '(("Default" t 1061 '(("Default" t
1062 (("\\ref" ?\C-m) ("\\pageref" ?p))) 1062 (("\\ref" ?\C-m) ("\\Ref" ?R) ("\\pageref" ?p)))
1063 ("Varioref" "varioref" 1063 ("Varioref" "varioref"
1064 (("\\vref" ?v) ("\\vpageref" ?g) ("\\Vref" ?V) ("\\Ref" ?R))) 1064 (("\\vref" ?v) ("\\Vref" ?V) ("\\vpageref" ?g)))
1065 ("Fancyref" "fancyref" 1065 ("Fancyref" "fancyref"
1066 (("\\fref" ?f) ("\\Fref" ?F))) 1066 (("\\fref" ?f) ("\\Fref" ?F)))
1067 ("Hyperref" "hyperref" 1067 ("Hyperref" "hyperref"