[Vim-latex-devel] Help with Compile
Brought to you by:
srinathava,
tmaas
From: Tom N. <new...@US...> - 2003-03-24 03:29:46
|
Hello, I'm trying to figure out why I can't get the compiler to work with LaTeX-Suite. Following the FAQ, the following info provided: :echo Tex_CompileRule_dvi Returns E121: Undefined variable Tex_CompileRule E15: Invalid expression: Tex_CompileRule.dvi I can run latex --src-specials \input{$*} I do not have a tex.vim file in my ~/.vim/ftplugin/ directory, but I do have a tex-LatexSuite.vim file :set makeprg returns makeprg=latex \\nonstopmode \\input\{$*.tex\} :verbose set makeprg? returns makeprg=latex \\nonstopmode \\input\{$*.tex\} Last set from /home/thn/.vim/ftplugin/latex-suite/compiler.vim :call RunLaTeX() returns :!make dvi 2>&1| tee /tmp/v485134/1 make: *** No rule to make target 'dvi'. Stop I'm running SuSE 8.1, latex -version returns TeX (Web2C 7.3.7) 3.14159. Any suggestions would be appreciated. I'm spending lots of times going back and forth between the shell and vim trying to fix all my compile errors. Thanks, Tom -- Tom Newman <new...@US...> |