[Vim-latex-devel] g:Tex_CompileRule
Brought to you by:
srinathava,
tmaas
From: Troy H. <the...@ma...> - 2003-09-25 05:34:05
|
LaTeX-suite developers, Thanks for a GREAT product for vim. I'm impressed at all the work that has been done. I have noticed a feature that seems unnatural though. This may or may not be a bug, but in any event, I would love to know how I would go about fixing it. I was wondering why pdflatex seems to prompt me to "Hit ENTER or type command to continue" when there are in fact no errors on my compile. Also, because pdflatex generally gives better looking PDF's than tex->dvi->ps->pdf, I usually just use pdflatex all the time instead of LaTeX and DVIPS and PS2PDF. Therefore, I set the following variables in my tex.vim let g:Tex_DefaultTargetFormat = 'ps' let g:Tex_FormatDependency_ps = 'pdf,ps' let g:Tex_CompileRule_ps = 'acroread -toPostScript -pairs $*.pdf $*.ps' let g:Tex_ViewRule_ps = 'ggv' let g:Tex_ViewRule_pdf = 'acroread' That particular g:Tex_CompileRule_ps is the command line option of acroread to convert the PDF into PS. Anyway, I've noticed also that this command executes properly without any errors, and I'm prompted to "Hit ENTER or type command to continue". I was wondering if you could tell me how to eliminate this prompt (as long as no errors are encountered in the compilation process). Thanks so much, ########################################################################## Troy Henderson Office: Blocker Building 619 Department of Mathematics Phone : (979) 845-7769 Texas A&M University E-mail: the...@ma... College Station, TX 77845 URL : http://www.math.tamu.edu/~thenders ########################################################################## |