Dear Filip, since noone else who is more competent than me seems to be here to answer, let us try it together. I'm just an "ordinary vim-latexsuite user" with no particular experience in writing or debugging vim addons, but let's see how far we get.
You could try adding let g:Tex_Debug=1 to your vimrc file. This enables debugging function within latex-suite. Then when a compilation run is done (and multiple compilation has not worked) issue the command :call Tex_PrintDebug() within vim. What results does this give? Besides, I'm a bit puzzled by the value given in your vimrc to the g:Tex_CompileRule_pdf variable. Are you quite sure that it should read "--synctex=1" and not "- synctex=1" ? (Two dashes versus one?) Best regards, Mirko Am Freitag, den 19.02.2021, 16:56 +0100 schrieb Filip Kadlec: > 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 > > > _______________________________________________ > Vim-latex-devel mailing list > Vim-latex-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > >
_______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel