Re: [Vim-latex-devel] Able to do compilation in a sub-directory?
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2011-02-16 04:12:42
|
> Testing this out, I notice that if I use -jobname, \lv will complain > that a file is not found (foo.tex producing bar.dvi, of course \lv looks > for foo.dvi). Can this be dealt with (changing the argument sent to > g:Tex_ViewRule_dvi)? I have a feeling you should look at: g:Tex_ViewRuleComplete_dvi which takes precedence over the normal ViewRule. It is exected "as-is" (except for replacing any $*'s). So you could set g:Tex_ViewRuleComplete_dvi for your particular project to use the right jobname. Otherwise, it would be difficult for vim-latex to figure out the right jobname. (I guess someone(?) could add a feature that looks for "blah.jobname" files that function similar to "blah.latexmain" but sets up the right jobname instead...) --Ted -- Ted Pavlic <te...@te...> Please visit my 2010 d'Feet ALS walk page: http://web.alsa.org/goto/tpavlic My family appreciates your support in the fight to defeat ALS. |