Re: [Vim-latex-devel] [Contact] --src-specials
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2004-07-06 16:45:17
|
On Tue, 6 Jul 2004, Andreas Mendat wrote: > > When I > compile my .tex-file via command line with compile flag \'--src-specials\' (and > when I switch back to gVim and press \'\\lv\') everything works fine. But compiling > from within gVim/Latex-Suite does not. (Compilation works, but no source > specials) > > I tried a modified ftplugin/tex.vim-file as described in > \'latex-suite-quickstart.html\' -- no go. > > Before I set the > \'-src-specials\'-flag in ftplugin/tex/texrc -- no go. > > btw: is it texrc or > texrc.vim? (But I tried both - that is not the point with this problem.) > It should be $RUNTIMEPATH/ftplugin/tex/texrc. However, I still have a feeling that for some reason, your setting for g:Tex_CompileRule_dvi is not taking effect. What does :set makeprg? say when you open a .tex file? It should echo back the value of g:Tex_CompileRule_dvi. If it doesn't, then there's your problem... Another place to try putting the value of g:Tex_CompileRule_dvi would be in your ~/vimfiles/ftplugin/tex.vim. That will hopefully always get sourced... Srinath |