Re: [Vim-latex-devel] which github repository is more official?

2012-07-04 Thread Peng Yu
On Tue, Jul 3, 2012 at 11:36 AM, Ted Pavlic wrote: >> As I said in the previous email, "sf is a badly designed website. I >> have a much harder time to find the things that I need on sf than on >> github." > > Yes, I read that, but I don't understand it. The Vim-LaTeX sourceforge > page is at: > >

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

2012-07-04 Thread Niels Kobschätzki
Hi, I am trying to get something compiled with latexmk and the vim-latex-suite. When I invoke latexmk on the file in the command line it work w/out any problems. When I invoke the compile in vim I just get: "Runnning bibtex… Ran latex 1 time(s)" Even when the bib-file or references changed. com

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 th

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 wrote: > Niels - > > That usually means an error or untrapped warning is being generated. Do