> let g:Tex_ViewRuleComplete_pdf = 'evince /tmp/$*' > > and I tried hardcoding path of produced pdf file like this: > let g:Tex_ViewRuleComplete_pdf = 'evince /tmp/seminar.pdf'
The hard-coded line works fine for me. Otherwise, let g:Tex_ViewRuleComplete_pdf = 'evince /tmp/$*.pdf' works fine for me. If things aren't working fine for you, then while evince is running and telling you that the path is bad, can you jump into the terminal and do: ps auxww|grep evince and see what evince command is being called? That should give a hint as to what the unique problem is on your system. --Ted -- Ted Pavlic <t...@tedpavlic.com> ------------------------------------------------------------------------------ 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