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:
>
>
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
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
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