Mercurial > hg > dotemacs
view elpa/auctex-12.2.4/style/amstext.el @ 207:ded909e32640
auctex: new version from ELPA
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Fri, 08 Jan 2021 19:42:09 -0500 |
parents | |
children |
line wrap: on
line source
;;; 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.