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  <[EMAIL PROTECTED]>
 ;; 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


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to