unix-conf/.emacs.d/elpa/auctex-11.89.1/style/amsbook.el
2016-02-18 14:53:30 +01:00

13 lines
265 B
EmacsLisp

;;; amsbook.el --- Style hook for the AMS-LaTeX book document class.
;;; Code:
(TeX-add-style-hook "amsbook"
(function
(lambda ()
(TeX-run-style-hooks "amsmath" "amsthm")
(LaTeX-add-environments "abstract")))
LaTeX-dialect)
;;; amsbook.el ends here.