Re: [Vim-latex-devel] Change compile rule
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2012-07-18 05:57:27
|
On 07/17/2012 09:01 PM, Ted Pavlic wrote: >> Is that means I donot need to modify ~.vim/ftplugin/latex-suite/texrc, and just overwrite it by putting setting in .vimrc file? > > That's correct. You should not edit the texrc file. For one, if you ever > update your LaTeX-suite to add new bug fixes, your changes to the texrc > file will get wiped away. > > So instead, put your changes in .vimrc (and you made the correct changes > to get dvi->ps->pdf working). IMHO, it's better to put these changes inside .vim/ftplugin/tex.vim, such that they will be sourced only when editing a tex file. Best Regards Gerd |