Using \tt with the Align script converts the following table
\begin{table}
Foo&
Bar\\
1&2\\
100&300\\
\end{table}
to
\begin{table}
Foo &
Bar \\
1 & 2 \\
100 & 300 \\
\end{table}
(aligned at &)
However, I want a line for each \\. For example
Foo &
Bar \\
should be converted to
Foo & Bar \\
Any hits on how to do that?
--
Best
Lars
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php