[Vim-latex-devel] bug report for: latexSuite20030531
Brought to you by:
srinathava,
tmaas
From: Animesh N N. <an...@gm...> - 2003-06-02 03:36:59
|
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 -------- i open myfile.ltx , change o/p type to .pdf and start a compile with \ll ...and this happens: ----- err msg -------- || I can't find file `myfile.ltx.tex'. myfile.ltx.tex || Emergency stop. ----- err msg -------- ...and a similar error with myfile.latex. 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 :) ciao animesh -- : ####[ GNU/Linux One Stanza Tip (LOST) ]########################### Sub : Ctrl+Alt+Del key bindings (#1) LOST #012 To change the bindings of ctrl+alt+del to "shutdown -h now", instead of "shutdown -r now", edit /etc/inittab, and change -r to -h ... The altered line should look something like this ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -h now ####<bi...@nd...>#################################### : |