Add new packages installed
This commit is contained in:
17
elpa/auctex-12.1.0/style/amstext.el
Normal file
17
elpa/auctex-12.1.0/style/amstext.el
Normal file
@@ -0,0 +1,17 @@
|
||||
;;; 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))))
|
||||
LaTeX-dialect)
|
||||
|
||||
(defvar LaTeX-amstext-package-options nil
|
||||
"Package options for the amstext package.")
|
||||
|
||||
;;; amstext.el ends here.
|
||||
Reference in New Issue
Block a user