unix-conf/.emacs.d/elpa/auctex-11.89.1/style/amsbook.el

13 lines
265 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
;;; 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.