]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex-11.86/style/amsbook.el
(debbugs-emacs): New function and modes for listing the Emacs bugs, reading them...
[gnu-emacs-elpa] / packages / 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.