]> code.delx.au - gnu-emacs-elpa/blob - auctex-11.86/style/amsbook.el
Initial repository contents
[gnu-emacs-elpa] / auctex-11.86 / style / amsbook.el
1 ;;; amsbook.el --- Style hook for the AMS-LaTeX book document class.
2
3 ;;; Code:
4
5 (TeX-add-style-hook "amsbook"
6 (function
7 (lambda ()
8 (TeX-run-style-hooks "amsmath" "amsthm"))))
9
10 ;;; amsbook.el ends here.