On 2013-07-19, Nick Riches wrote:
> Hi Gary
> 
> Thanks for response. Here's some more info...
> 
> - When I type :echo $PATH in vim I get a whole load of stuff, but it doesn't
> appear to contain the environment variable for latex.exe. (image below)

Right.  I think you need to add the directory of latex.exe to that.
It may work to add this to your vimrc:

    let $PATH .= ';C:\Users\Nick Riches\Documents\miktexportable\miktex\bin'

> - The path (called $PATH) is "C:\Users\Nick Riches\Documents\miktexportable\
> miktex\bin", so it definitely contains a space. It's very difficult to get rid
> of this space as it is part of my user name (I would have to set up a new
> account and transfer everything over - a big pain)

If I could set up my Windows system again, I would not give it it my
first and last names.  That space has indeed been a huge pain.

In my case, my MikTex files are under "C:\Program Files", but that
space never seemed to cause a problem for vim-latex.

> - Command to compile is \ll
> 
> - The compile tells me that it "Ran latex 1 time", but it doesn't pick up
> errors, and no .dvi appears, so it doesn't appear to be running latex.

When I compile LaTeX files, I also get a file with a .log extension.
You may find a clue in there.

Regards,
Gary


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to