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
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to