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

13 lines
265 B
EmacsLisp

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