]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex/style/amsart.el
Remove version numbers in packages/ directory
[gnu-emacs-elpa] / 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
10 ;;; amsart.el ends here.