Initial commit
This commit is contained in:
12
elpa/auctex-11.91.0/style/amsbook.el
Normal file
12
elpa/auctex-11.91.0/style/amsbook.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;;; 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.
|
||||
Reference in New Issue
Block a user