summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2013-12-18 12:52:49 +0100
committerTassilo Horn <tsdh@gnu.org>2013-12-18 12:52:49 +0100
commitb2984e39fcacc5acc5c1d74029505cba3f040196 (patch)
tree1340dc561140c15860c4ab54641f7aa3e53bfb8f /lisp/textmodes
parent0081bc840465496f15687142f77b2f81795edb8f (diff)
downloademacs-b2984e39fcacc5acc5c1d74029505cba3f040196.tar.gz
Add tilde before \ref{}s to tables.
* lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Reference tables with ~\ref{...} instead of only \ref{...}.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index ce23a48dec6..f6e8936edb5 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -89,7 +89,7 @@
(("wrapfigure" ?f nil nil caption)))
(ctable "The ctable package"
- (("\\ctable[]{}{}{}" ?t "tab:" "\\ref{%s}" 1 ("table" "Tabelle"))))
+ (("\\ctable[]{}{}{}" ?t "tab:" "~\\ref{%s}" 1 ("table" "Tabelle"))))
(listings "The listings package"
(("lstlisting" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting"))))