[Vim-latex-devel] Compilation
Brought to you by:
srinathava,
tmaas
From: Simon F. <sim...@a-...> - 2008-06-18 09:43:54
|
Hi Listmembers, I have two issues. a) I set "let g:Tex_ViewRuleComplete_pdf = 'evince $* &'" but it is not automatically opened after compilation, is that the desired behavior? b) Sometimes after compilation I get a "press a Button" message. So far only happened in conjunction with "latex ran once". So it doesn't seem to happen if latex runs multiple times. My entire tex.vim: let g:tex_flavor = "latex" let g:Tex_MultipleCompileFormats = 'pdf' let g:Tex_ViewRuleComplete_pdf = 'evince $* &' let g:Tex_DefaultTargetFormat = 'pdf' Thanks in advance Simon |