auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/subfigure.el


From: Arne Jørgensen
Subject: [AUCTeX-diffs] Changes to auctex/style/subfigure.el
Date: Wed, 19 Oct 2005 17:19:17 -0400

Index: auctex/style/subfigure.el
diff -u auctex/style/subfigure.el:1.2 auctex/style/subfigure.el:1.3
--- auctex/style/subfigure.el:1.2       Sun Oct 10 11:02:24 2004
+++ auctex/style/subfigure.el   Wed Oct 19 21:19:11 2005
@@ -1,5 +1,5 @@
 ;; subfigure.el --- AUCTeX style file for subfigure.sty
-;; Copyright (C) 2003 Reiner Steib
+;; Copyright (C) 2003, 2005 Reiner Steib
 
 ;; Author: Reiner Steib  <address@hidden>
 ;; Keywords: tex
@@ -35,5 +35,20 @@
      (add-to-list 'font-latex-match-reference-keywords-local "Subref")
      (add-to-list 'font-latex-match-reference-keywords-local "subref")
      (font-latex-match-reference-make))))
+
+(defvar LaTeX-subfigure-package-options '("normal" "hang" "center"
+                                         "centerlast" "nooneline"
+                                         "raggedright" "isu" "anne"
+                                         "scriptsize" "footnotesize"
+                                         "small" "normalsize" "large"
+                                         "Large" "rm" "sf" "tt" "md"
+                                         "bf" "up" "it" "sl" "sc" "RM"
+                                         "SF" "TT" "MD" "BF" "IT" "SL"
+                                         "SC" "UP" "figbotcap"
+                                         "figtopcap" "tabbotcap"
+                                         "tabtopcap" "FIGBOTCAP"
+                                         "FIGTOPCAP" "TABBOTCAP"
+                                         "TABTOPCAP" "loose" "tight")
+  "Package options for the subfigure package.")
 
 ;; subfigure.el ends here




reply via email to

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