[Vim-latex-devel] compiling multiple times fails
Brought to you by:
srinathava,
tmaas
From: Javier R. <jer...@gm...> - 2006-01-08 17:24:43
|
Hi, latex-suite doesn't compile multiple times. For instance, this file \documentclass{article} \begin{document} \section{uno} some text \label{sec:1} \section{2} in the section \ref{sec:1} \end{document} only is compiled one time when I use the command \ll, despite the warning of the compiler. On others tests I've made, latex-suite doesn't launch the bibtex command when necessary. I have already checked the Tex_MultipleCompileFormats and g:Tex_MultipleCompileFormats variables and both contain the string dvi,pdf I'm using vim 6.3.86 on Slackware. However, I've seen this thing happening too in SuSE 9.2 and 10 Is there something I'm missing in my config files? I'm using the latest version (latexSuite20051208.tar.gz). Any help about this would be appreciated. In the worst case, it will be nice if somebody can tell me how to debug it. Thanks in advance. -- Javier |