[Vim-latex-devel] EnvMacro Customization
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2011-02-15 08:51:40
|
Hi, recently, I customized the EnvMacros in my latex suite. If anyone is interested, I could provide the following customizations: - I like to have a carriage return after most of the envmacros => add some variable like Tex_Env_AddCarriageReturn - I like to have the \label{} right after the beginning of the environment => add some variable like Tex_Env_LabelFirst - I use some prefixes for my labels (e.g. eq: for equations, thm: for theorems, etc). Therefore, I added the variables Tex_Env_labelprefix_equation, Tex_Env_labelprefix_theorem, containing "eq:", "thm:" respectively. These prefixes are added in the routine Tex_eqnarray. Any suggestions or comments? Regards Gerd |