[Vim-latex-devel] vim-latex not compiling tex files
Brought to you by:
srinathava,
tmaas
From: Kamaraju K. <kk...@co...> - 2003-11-28 22:57:07
|
Hi all I downloaded the vim-latex 1.5 from sourceforge and it is not compiling the tex files. When I do \ll no dvi/log/aux files are produced. The FAQ in vim-latex suggests to provide the following information for this problem. Can anyone help me how to get around this problem. On the command line :echo Tex_CompileRule_dvi gives latex -interaction=nonstopmode \input{$*} :set makeprg? makeprg=latex -interaction=nonstopmode \\input\{$*\} :verbose set makeprg? makeprg=latex -interaction=nonstopmode \\input\{$*\} Last set from /home/raju/.vim/ftplugin/latex-suite/compiler.vim If I do :call RunLaTeX() the output is Ran latex 1 time(s) Operating system : redhat linux 9.0 GNU bash, version : 2.05b.0 Latex version : TeX (Web2C 7.3.1) 3.14159 kpathsea version : 3.3.1 I tried compiling with the following line in the .vimrc let g:Tex_CompileRule_dvi = 'latex --src-special \\\\nonstopmode \\\\input\\{$*\\}' I also tried unsetting SHELL=bash But this is also of no help. BTW, The viewing (\lv) and other macros, folding, templates etc seem to work fine. thanks in advance raju |