Re: [Vim-latex-devel] compiling multiple times - how to debug

2021-02-25 Thread Filip Kadlec
Dear Marko, thanks for this enquiry. In my system, the file compiler.vim is located elsewhere, namely in the directory /usr/share/vim/site/ftplugin/latex-suite/. But this is not important, I guess. The file header is as follows: "=

Re: [Vim-latex-devel] compiling multiple times - how to debug

2021-02-24 Thread Mirko Hessel-von Molo
Dear Filip, from lines 608 and 617 of /usr/share/vim/addons/ftplugin/latex- suite/compiler.vim I gather that a second (or further) run of pdflatex is issued when either the _number of lines_ of the bib file or of the aux file has changed during the first run. So when you just rearrange the cite c

Re: [Vim-latex-devel] compiling multiple times - how to debug

2021-02-24 Thread Filip Kadlec
Hi, Mirko, thank you for your reply. Having explored the two hints you suggested, first I think you are right that the synctex option should only be preceded by a single dash; that is in agreement with the man page. I do not know exactly why the double dash was there; someone has advised me this

Re: [Vim-latex-devel] compiling multiple times - how to debug

2021-02-23 Thread Mirko Hessel-von Molo
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