Initial Commit
[packages] / xemacs-packages / auctex / style / amstext.el
1 ;;; amstext.el --- Style hook for the AMS-LaTeX amstext package.
2 ;;;
3 ;;; AUTHOR: Carsten Dominik <dominik@strw.leidenuniv.nl>
4
5 ;;; Code:
6
7 (TeX-add-style-hook "amstext"
8  (function
9   (lambda ()
10     (TeX-add-symbols
11      '("text" t))))
12  LaTeX-dialect)
13
14 (defvar LaTeX-amstext-package-options nil
15   "Package options for the amstext package.")
16
17 ;;; amstext.el ends here.