[Vim-latex-devel] pdflatex -output-dirctory and Tex_ViewRule
Brought to you by:
srinathava,
tmaas
From: Marijan S. <mar...@gm...> - 2012-05-23 12:35:35
|
Hi to all, first of all I just want to thank you for great vim latex plugin. I have a problem with setting right path for Tex_ViewRule_pdf after modifying let g:Tex_CompileRule_pdf = 'pdflatex -output-directory=/tmp -interaction=nonstopmode $* calling \lv wont automaticly open .pdf because it searchs it home dir rather then in /tmp I tryed this options, but nothing works: let g:Tex_ViewRule_pdf = 'zathura' let g:Tex_ViewRule_pdf = 'zathura $*/tmp' let g:Tex_ViewRule_pdf = 'zathura -d /tmp' let g:Tex_ViewRuleComplete_pdf = 'zathura $*/tmp/ &' I appreciate any help. Ty, Marijan Svalina -- http://www.google.com/profiles/marijan.svalina |