Re: [Vim-latex-devel] Compiling with latexmk does not work as expected

2012-07-05 Thread Ted Pavlic
Niels -- Or could you at least attach the log file generated by TeX? Just tried to compile the file from a clean directory. There is nothing generated. There's just in vim the message Ran latex 1 time(s). Therefore I think that nothing gets really called. That's very interesting.

Re: [Vim-latex-devel] Compiling with latexmk does not work as expected

2012-07-05 Thread Ted Pavlic
Googled a bit more. Since I am using zsh and MacVim won't read my .zshrc, I have to set up the path in .zprofile. Now it works. Thanks a lot for the hint. I'm glad it worked out. Hopefully you can just move (as opposed to copy) your path information from .zshrc to .zprofile so you don't have

Re: [Vim-latex-devel] Compiling with latexmk does not work as expected

2012-07-04 Thread Ted Pavlic
Niels - That usually means an error or untrapped warning is being generated. Do you have the same problem with other files? Is there any way you could send a minimal working (i.e., failing) example TeX? Or could you at least attach the log file generated by TeX? Thanks - --Ted -- Sent from the

Re: [Vim-latex-devel] Compiling with latexmk does not work as expected

2012-07-04 Thread Peter Vasil
I use latexmk too and it works for me. I also have an addition -bibtex option set let g:Tex_CompileRule_pdf = /usr/local/bin/latexmk -bibtex -pdf $* Peter On Thu, Jul 5, 2012 at 12:57 AM, Ted Pavlic t...@tedpavlic.com wrote: Niels - That usually means an error or untrapped warning is being