> 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 <t...@tedpavlic.com>

   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.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to