]> code.delx.au - gnu-emacs-elpa/blob - auctex-11.86/style/amstext.el
Initial repository contents
[gnu-emacs-elpa] / auctex-11.86 / 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
13 (defvar LaTeX-amstext-package-option nil
14 "Package options for the amstext package.")
15
16 ;;; amstext.el ends here.