Re: [Vim-latex-devel] can you modify these?
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2009-10-04 19:02:16
|
> I am also skeptical about the use of $$ ... $$. This is not a Vim-LaTeX > problem, but a LaTeX one. The use of $$ has been replaced long time ago by > \[ ... \]. Using double dollars is obsolete, and it would be better to > change this habit rather than Vim-LaTeX. And, as described in my last contribution to this thread, even \[...\] is going the way of deprecation. Shortcuts should be implemented within each editor (e.g., with vim-latex "EEQ" and such). There's no need to use short-form displaymode environments (they're deceiving anyway). To add to that, the improvements made by mathtools (and even amsmath) have trouble trickling down through $$...$$ and \[...\] (if I recall from the docs correctly). -- Ted Pavlic <te...@te...> |