]> code.delx.au - gnu-emacs-elpa/blob - auctex-11.86/style/amsart.el
Initial repository contents
[gnu-emacs-elpa] / auctex-11.86 / 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
10 ;;; amsart.el ends here.