[Vim-latex-devel] compiling multiple times - how to debug
Brought to you by:
srinathava,
tmaas
From: Filip K. <ka...@fz...> - 2021-02-19 16:12:42
|
Hello all, since years, I have been using successfully the LaTeX suite under OpenSUSE Linux. Having configured the compilation to pdf format, it has always worked straightforwardly. Since recently, however, I have problems with the multiple compilation feature, described in part 6.3 of :h latex-suite.txt. In situations, where the required routine pdflatex - bibtex - pdflatex - pdflatex would be triggered automatically by a single compilation command, now only a single pdflatex compilation appears to occur. This is obviously annoying. In my ~/.vimrc, I have the following settings: let g:tex_flavor='latex' let g:Tex_DefaultTargetFormat='pdf' let g:Tex_MultipleCompileFormats='pdf' let g:Tex_ViewRule_pdf = 'okular --unique' let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode -file-line-error $* -inverse-search "gvim --servername GVIM --remote +\%l \%f"' I reused documents which I compiled earlier; currently, swapping some citations in the .tex file leads to a wrong order of their numbering in the output pdf file if just a single compilation command is triggered. I suspect the reason that the multiple compilation has stopped working is some update in texlive; or perhaps an update of vim-latex? Anyway, I wonder how I can debug this problem. Any help would be appreciated. By the way, since this forum has been quite inactive, I thought of posting this elsewhere, but I am not sure what the best place would be. Best regards, Filip |