]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/amstext.el
Remove version numbers in packages/ directory
[gnu-emacs-elpa] / packages / auctex / style / amstext.el
diff --git a/packages/auctex/style/amstext.el b/packages/auctex/style/amstext.el
new file mode 100644 (file)
index 0000000..a9aa855
--- /dev/null
@@ -0,0 +1,16 @@
+;;; amstext.el --- Style hook for the AMS-LaTeX amstext package.
+;;;
+;;; AUTHOR: Carsten Dominik <dominik@strw.leidenuniv.nl>
+
+;;; Code:
+
+(TeX-add-style-hook "amstext"
+ (function
+  (lambda ()
+    (TeX-add-symbols
+     '("text" t)))))
+
+(defvar LaTeX-amstext-package-option nil
+  "Package options for the amstext package.")
+
+;;; amstext.el ends here.