Re: [Vim-latex-devel] bug report for: latexSuite20030531
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-06-02 13:39:38
|
On Sun, Jun 01, 2003 at 01:50:02AM +0530, Animesh N Nerurkar wrote: > Hi Mikolaj, > before all else, the startup problem is fixed :) > now for the latest bug report... > On Saturday 31 May 2003 22:30, Mikolaj Machowski wrote: > > http://skawina.eu.org/mikolaj/latexSuite20030531.tar.gz > bug report: > 1] > i open myfile.tex , change o/p type to .pdf and start a compile with \ll > ...and this happens: > ----- err msg -------- > || I can't find file `myfile.tex.tex'. myfile.tex.tex > || Emergency stop. > ----- err msg -------- Yes. I see. > solution: > file: $HOME/.vim/ftplugin/latex-suite/texrc > line # 92 reads: > TexLet g:Tex_CompileRule_pdf = 'pdflatex -interaction=nonstopmode $*.tex' > remove the ".tex" frm the end of the file, like this :) > TexLet g:Tex_CompileRule_pdf = 'pdflatex -interaction=nonstopmode $*' > ...and the above problem is solved :) Thanks. m. |