[Vim-latex-devel] Compiling on winxp execute commnads like split and type
Brought to you by:
srinathava,
tmaas
From: Milan B. <mil...@gm...> - 2009-02-07 00:31:40
|
Dear users and devs, using MikTeX up-to-date on WinXP OS, latex-suite SVN #1046, vim 7.2.101. running latex 3times and bibtex after the first latex on the command line, gives a superb result, a great dvi is created, no error message. I cleaned the working directory, only *.tex and *.bib files left. Opening a/any of the *.tex files by vim. Compiling the file by "\ll" - the command window shows "latex mainfile.tex -and-some-commands" as expected and it runs for a while, first .log file is created. - bibtex runs, output OK. - many quick cmd windows flash up and disappear afterwards, but they are not the expected second latex command. - "set verbosity=16" gave a feeling what's happening inside: "type" and "split" commands are executed on some *.tmp files. But I do not understand why they are executed (they are not win32 commands, tried to find them, failed to). Might I miss some exe files to compile using vim-latex correctly? Thanks for any hint or advice in advance. Z |