My Vim Latex-Suite .vimrc settings: let g:Tex_DefaultTargetFormat="pdf" let g:Tex_CompileRule_pdf='pdflatex --output-directory=/tmp -aux-directory=/tmp -interaction=nonstopmode $*' let g:Tex_ViewRule_pdf='cd /tmp; AcroRd32'
I would like to find out if there is any support from Vim Latex Suite for pdf readers like evince, okular that would allow live pdf preview as the tex document is being modified.
_______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel