/[auctex]/auctex/style/amstex.el
ViewVC logotype

Diff of /auctex/style/amstex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dak, Mon May 2 10:37:47 2005 UTC revision 1.6 by arne, Sun Oct 23 10:13:01 2005 UTC
# Line 1  Line 1 
1  ;;; amstex.el --- AMS-LaTeX support.  ;;; amstex.el --- AMS-LaTeX support.
2    
3  ;; Copyright (C) 2004 Free Software Foundation, Inc.  ;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
4    
5  ;; Maintainer: auctex-devel@gnu.org  ;; Maintainer: auctex-devel@gnu.org
6  ;; Keywords: tex  ;; Keywords: tex
# Line 47  Line 47 
47      (unless (memq major-mode '(plain-tex-mode ams-tex-mode))      (unless (memq major-mode '(plain-tex-mode ams-tex-mode))
48        (TeX-run-style-hooks "amsmath")))))        (TeX-run-style-hooks "amsmath")))))
49    
50    (defvar LaTeX-amstex-package-options '("noamsfonts" "psamsfonts"
51                                           "intlimits" "nointlimits"
52                                           "sumlimits" "nosumlimits"
53                                           "namelimits" "nonamelimits"
54                                           "leqno" "reqno" "centertags"
55                                           "tbtags" "fleqn" "righttag"
56                                           "ctagsplt" "intlim" "nosumlim"
57                                           "nonamelm")
58        "Package options for the amstex package.")
59    
60  ;;; amstex.el ends here.  ;;; amstex.el ends here.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26