auctex-diffs
[Top][All Lists]
Advanced

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

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


From: Arne Jørgensen
Subject: [AUCTeX-diffs] Changes to auctex/style/amstex.el
Date: Sun, 23 Oct 2005 06:13:02 -0400

Index: auctex/style/amstex.el
diff -u auctex/style/amstex.el:1.5 auctex/style/amstex.el:1.6
--- auctex/style/amstex.el:1.5  Mon May  2 10:37:47 2005
+++ auctex/style/amstex.el      Sun Oct 23 10:13:01 2005
@@ -1,6 +1,6 @@
 ;;; amstex.el --- AMS-LaTeX support.
 
-;; Copyright (C) 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 ;; Maintainer: address@hidden
 ;; Keywords: tex
@@ -46,5 +46,15 @@
   (lambda ()
     (unless (memq major-mode '(plain-tex-mode ams-tex-mode))
       (TeX-run-style-hooks "amsmath")))))
+
+(defvar LaTeX-amstex-package-options '("noamsfonts" "psamsfonts" 
+                                      "intlimits" "nointlimits"
+                                      "sumlimits" "nosumlimits"
+                                      "namelimits" "nonamelimits"
+                                      "leqno" "reqno" "centertags"
+                                      "tbtags" "fleqn" "righttag"
+                                      "ctagsplt" "intlim" "nosumlim"
+                                      "nonamelm")
+    "Package options for the amstex package.")
 
 ;;; amstex.el ends here.




reply via email to

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