LaTeX ファイルには、いくつかのverbatim
セクションが散らばっています。
ドキュメント全体を再フォーマットする場合は、通常gq
. 問題は、このコマンドが逐語的セクションの連続行も収集することです。gq
逐語的なセクションを再フォーマットしたくありません!
再フォーマット前:
This is the
line I want to reformat because is spans on two lines and the
first does not fill to the right.
\begin{verbatim}
$ command1
$ command2
\end{verbatim}
再フォーマット後:
This is the line I want to reformat because is spans
on two lines and the first does not fill to the right.
\begin{verbatim} $ command1 $ command2 \end{verbatim}
vim でスマートなTeX 再フォーマットを行う別のコマンドはありますか?