Re: [Vim-latex-devel] Setting up vimlatex
Brought to you by:
srinathava,
tmaas
|
From: Gary J. <gar...@sp...> - 2013-07-21 05:27:56
|
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
|