Re: [Vim-latex-devel] Compiling with latexmk does not work as expected
Brought to you by:
srinathava,
tmaas
From: Peter V. <mai...@pe...> - 2012-07-04 23:00:34
|
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 <te...@te...> wrote: > 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 mobile device of Ted Pavlic > Please excuse typos, swypos, or very brief responses > > On Jul 4, 2012 1:06 PM, "Niels Kobschätzki" <ni...@ko...> wrote: >> >> 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. >> >> commands for compilation in my .vimrc: >> let g:Tex_MultipleCompileFormats = 'pdf' >> let g:Tex_CompileRule_pdf = 'latexmk -pdf -pvc $*' >> let g:Tex_DefaultTargetFormat='pdf' >> >> I also tried "let g:Tex_CompileRule_pdf = 'latexmk $*'" >> >> My .latexmkrc looks like that: >> $pdflatex = "xelatex -synctex=1 -interaction=nonstopmode %O %S"; >> $bibtex_use = 2; >> $print_type = 'pdf'; >> $pdf_mode = 1; >> $pdf_previewer = "open -a /Applications/Skim.app"; >> $pdf_update_method = 0; >> $clean_ext = "paux lox pdfsync out"; >> $force_mode = 1; >> >> As written before: invoking latexmk on the file in the command line >> "latexmk file.tex" works as it should, only in vim it doesn't. >> >> Any ideas? >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |