[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX] Re: Support for "equationarray" and "equationarray*" environmen
From: |
Stefan Pofahl |
Subject: |
[AUCTeX] Re: Support for "equationarray" and "equationarray*" environment |
Date: |
Thu, 21 Oct 2010 15:48:09 +0200 |
Ok, maybe I found out by myself, is this correct?
(setq texmathp-tex-commands
'(;; Plain TeX
;; Standard LaTeX
("equationarray" env-on) ("equationarray*" env-on)
)
)
2010/10/21 Stefan Pofahl <address@hidden>:
> Hello,
>
> I prefer the "equationarray"-environment to typeset my math equations.
> I have allready added some support for this enviroment by defining
> the "reftex-label-alist" and added the environments to the "LaTeX-mode-hook"
> in my "init.el" for xemacs.
> Now I want to add the nice feature of correct insertion of fonts,
> e.g. C-c C-f C-i should result in "\mathit" rather then "\textit",
> this works fine in standard and AMS-math environments, but how can
> I add this feature for the "equationarray"-environment?
>
> Regards,
>
> Stefan
>
> ---