;;; amstext.el --- Style hook for the AMS-LaTeX amstext package. ;;; ;;; AUTHOR: Carsten Dominik ;;; Code: (TeX-add-style-hook "amstext" (function (lambda () (TeX-add-symbols '("text" t))))) (defvar LaTeX-amstext-package-option nil "Package options for the amstext package.") ;;; amstext.el ends here.