当使用vim-latex gq导致标题中出现悬垂

时间:2015-11-19 21:16:22

标签: vim latex reformat

当我使用Vim-LaTeX编辑LaTeX文件并希望重新格式化\caption{}中的一段文本时,我会出现过分或悬垂 - 我不知道该怎么称呼它们。我首先选择标题中的文字然后使用" gq"重新格式化重新格式化后的标题如下:

    \caption{The problem is that when I reformat the text
         in a caption the text on each successive line
      begins further and further to the left until it begins 
   at the first space of the line.}

我希望结果看起来像是:

    \caption{The problem is that when I reformat the text
         in a caption the text on each successive line
         begins further and further to the left until it 
         begins at the first space of the line.}

我希望这篇文章中的格式仍然适用于我输入的内容,但我试图在第一个示例标题中描述问题。第二个应该是左对齐的。

有谁知道我需要做些什么来解决这个问题?我假设有一个我需要更改的设置,但我无法弄清楚它是什么。

1 个答案:

答案 0 :(得分:1)

基于gq'formatexpr'的{​​{1}}命令格式。您可以先使用'formatprg':se fex?检查这些选项的值。

从浏览:se fp?插件开始,它从未设置这些选项,因此很可能由您的其他插件或vimrc设置。您可以使用vim-latex来找出设置选项的确切位置。