X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/108d6d47a903cff5d7ac7d83f126dda209c3eeb2..b717b0ee04ffdfd6c44c24cec77ef464fa8d4b95:/packages/auctex/style/amsbook.el?ds=inline diff --git a/packages/auctex/style/amsbook.el b/packages/auctex/style/amsbook.el new file mode 100644 index 000000000..ccbc84efe --- /dev/null +++ b/packages/auctex/style/amsbook.el @@ -0,0 +1,10 @@ +;;; 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")))) + +;;; amsbook.el ends here.