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

13 lines
265 B
EmacsLisp
Raw Normal View History

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