Initial Commit
[packages] / xemacs-packages / auctex / style / amsart.el
1 ;;; amsart.el --- Style hook for the AMS-LaTeX article document class.
2
3 ;;; Code:
4
5 (TeX-add-style-hook "amsart"
6  (function
7   (lambda ()
8     (TeX-run-style-hooks "amsmath" "amsthm")))
9  LaTeX-dialect)
10
11 ;;; amsart.el ends here.