Re: [Vim-latex-devel] Too much space around equations

2012-08-27 Thread Ted Pavlic
David -- In most cases, I get around this problem by making use of visual selection. For example, hitting "v" at the top of the paragraph and then using movement keys (e.g., cursor forward or } then cursor backward) to isolate the section I want. Then I can "gw" that. If you're lo

[Vim-latex-devel] Too much space around equations

2012-08-23 Thread David Adley
Apologies for posting this here but I've looked everywhere online and it's a vim specific latex problem When I write tex I separate out my paragraphs and equations as follows and then we find out that (end paragraph 1) \begin{equation} z^2 = x^2 + y^y \end{equation} (start paragraph 2) which is