summaryrefslogtreecommitdiff
path: root/elpa/auctex-13.1.3/style/amsbook.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/auctex-13.1.3/style/amsbook.el')
-rw-r--r--elpa/auctex-13.1.3/style/amsbook.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/elpa/auctex-13.1.3/style/amsbook.el b/elpa/auctex-13.1.3/style/amsbook.el
deleted file mode 100644
index c645767..0000000
--- a/elpa/auctex-13.1.3/style/amsbook.el
+++ /dev/null
@@ -1,15 +0,0 @@
-;;; amsbook.el --- Style hook for the AMS-LaTeX book document class. -*- lexical-binding: t; -*-
-
-;;; Code:
-
-(require 'tex)
-(require 'latex)
-
-(TeX-add-style-hook
- "amsbook"
- (lambda ()
- (TeX-run-style-hooks "amsmath" "amsthm")
- (LaTeX-add-environments "abstract"))
- TeX-dialect)
-
-;;; amsbook.el ends here.