[Vim-latex-devel] [Contact] Vim-Latex Compiling and Viewing help !
Brought to you by:
srinathava,
tmaas
From: <vim...@so...> - 2004-05-05 21:41:30
|
Hi, I am having a big problem with compiling and running latex. first of all there is no .vimrc file there is a _vimrc file and it seems to be working because i used it to supress the <<>> marks. 1. I put let g:Tex_CompileRule_dvi = \'latex --src-specials \\input{$*}\' in this file. so now when i do :echo Tex_CompileRule_dvi it is printing what is required: latex --src-specials \\input{$*} But that is all; from there on none of the instructions are working as they are intended to work. When i try to compile the screen flutters a little bit and nothing else ever happens. I dont understand what is meant by executing on the terminal; in which directory; i tried to execute in a couple of directories but it doesnt work. It says latex not recognized as internal or external command. etc.. :set makeprg? and :verbose set makeprg? result in makeprg=make :call RunLaTeX() says unknown function RunLaTeX |