auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to reftex/lisp/reftex-vars.el,v


From: Tassilo Horn
Subject: [AUCTeX-diffs] Changes to reftex/lisp/reftex-vars.el,v
Date: Mon, 30 Jul 2012 08:07:45 +0000

CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Tassilo Horn <tsdh>     12/07/30 08:07:45

Index: lisp/reftex-vars.el
===================================================================
RCS file: /sources/auctex/reftex/lisp/reftex-vars.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- lisp/reftex-vars.el 12 Sep 2009 17:41:10 -0000      1.54
+++ lisp/reftex-vars.el 30 Jul 2012 08:07:45 -0000      1.55
@@ -124,7 +124,14 @@
       ;;("\\label{*}" nil nil nil nil)
       ))
 
-    )
+    (ctable    "The ctable package"
+     (("\\ctable[]{}{}{}" ?t "tab:" "\\ref{%s}" 1 ("table" "Tabelle"))))
+
+    (listings  "The listings package"
+      (("lstlisting" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting"))))
+
+    (minted    "The minted package"
+      (("minted" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting")))))
   "The default label environment descriptions.
 Lower-case symbols correspond to a style file of the same name in the LaTeX
 distribution.  Mixed-case symbols are convenience aliases.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]