Add new packages installed
This commit is contained in:
12
elpa/auctex-12.1.0/style/amsart.el
Normal file
12
elpa/auctex-12.1.0/style/amsart.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;;; 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.
|
||||
Reference in New Issue
Block a user