3
LaTeXファイルでは、いくつかの部分にすべてverbatim
セクションが散在しています。vimで `gq`を再フォーマットすると、TeXの部分に触れることはありませんか?
文書全体を再フォーマットするときは、通常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の再フォーマットのための別のコマンドはありますか?