Hi,
I found the error, which might have been difficult to figure out from my
previous mail.
I had put
let g:Tex_CompileRule_dvi = 'latex -src-specials -interaction=nonstopmode %'
and now changed it to:
let g:Tex_CompileRule_dvi = 'latex -src-specials -interaction=nonstopmode
$*'
Thanks for the help!
Michael
On Mon, Jan 5, 2009 at 2:52 PM, Ted Pavlic <te...@te...> wrote:
> Alternatively, if you drop a Makefile in the directory, Vim-LaTeX will use
> it instead. It builds with "make (target_format)" where (target_format) is
> pdf, dvi, or ps.
>
> --Ted
>
>
> On 1/5/09 8:50 AM, Ted Pavlic wrote:
>
>> main.tex.latexmain
>>>>
>>>
>> Use
>>
>> main.latexmain
>>
>> (not main.tex.latexmain)
>>
>>
>> --Ted
>>
>>
>>
> --
> Ted Pavlic <te...@te...>
>
|