summaryrefslogtreecommitdiff
path: root/elpa/auctex-13.1.3/style/amstext.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/auctex-13.1.3/style/amstext.el')
-rw-r--r--elpa/auctex-13.1.3/style/amstext.el20
1 files changed, 20 insertions, 0 deletions
diff --git a/elpa/auctex-13.1.3/style/amstext.el b/elpa/auctex-13.1.3/style/amstext.el
new file mode 100644
index 0000000..96f1dd1
--- /dev/null
+++ b/elpa/auctex-13.1.3/style/amstext.el
@@ -0,0 +1,20 @@
+;;; amstext.el --- Style hook for the AMS-LaTeX amstext package. -*- lexical-binding: t; -*-
+;;;
+;;; AUTHOR: Carsten Dominik <dominik@strw.leidenuniv.nl>
+
+;;; Code:
+
+(require 'tex)
+(require 'latex)
+
+(TeX-add-style-hook
+ "amstext"
+ (lambda ()
+ (TeX-add-symbols
+ '("text" t)))
+ TeX-dialect)
+
+(defvar LaTeX-amstext-package-options nil
+ "Package options for the amstext package.")
+
+;;; amstext.el ends here.