]> git.eshelyaron.com Git - emacs.git/commitdiff
Recognize starred environments
authorArash Esbati <arash@gnu.org>
Wed, 15 Dec 2021 11:10:05 +0000 (12:10 +0100)
committerArash Esbati <arash@gnu.org>
Wed, 15 Dec 2021 11:10:05 +0000 (12:10 +0100)
* lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
missing starred environments from sidecap and rotating packages.

lisp/textmodes/reftex-vars.el

index eedc067b868ed982b4efe9e4f0b75d48f5176814..dedd74607ae487b203f3b787fa7cc7abbf4ef28c 100644 (file)
       ("tabwindow" ?f nil nil 1)))
 
     (rotating    "Sidewaysfigure and table"
-     (("sidewaysfigure" ?f nil nil caption)
-      ("sidewaystable"  ?t nil nil caption)))
-
-    (sidecap      "CSfigure and SCtable"
-     (("SCfigure"       ?f nil nil caption)
-      ("SCtable"        ?t nil nil caption)))
+     (("sidewaysfigure"  ?f nil nil caption)
+      ("sidewaysfigure*" ?f nil nil caption)
+      ("sidewaystable"   ?t nil nil caption)
+      ("sidewaystable*"  ?t nil nil caption)))
+
+    (sidecap      "SCfigure and SCtable"
+     (("SCfigure"  ?f nil nil caption)
+      ("SCfigure*" ?f nil nil caption)
+      ("SCtable"   ?t nil nil caption)
+      ("SCtable*"  ?t nil nil caption)))
 
     (subfigure   "Subfigure environments/macro"
      (("subfigure"   ?f nil nil caption)