]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/amsbook.el
Remove version numbers in packages/ directory
[gnu-emacs-elpa] / packages / auctex / style / amsbook.el
diff --git a/packages/auctex/style/amsbook.el b/packages/auctex/style/amsbook.el
new file mode 100644 (file)
index 0000000..ccbc84e
--- /dev/null
@@ -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.