[Vim-latex-devel] single latex run?
Brought to you by:
srinathava,
tmaas
From: Felipe G. N. <fgn...@te...> - 2008-05-14 17:48:30
|
Hi. What would be the easiest way to run latex only once, from within vim, please? My .tex file is getting large and its compilation is not instantaneous anymore. Furthermore, most of the time I only need to get a feel for what the document will look like -- I wouldn't really need all the references and citations correct. I tried using vim's :make command, which issues latex --src-specials -interaction=nonstopmode >C:/Users/felipe/AppData/Local/Temp/VIe5CD.tmp 2>&1 but never completes. And it seems overkill to modify the suite's \ll. Any hints or corrections would be appreciated. Thanks, Felipe. |