Re: [Vim-latex-devel] pdflatex -output-dirctory and Tex_ViewRule
Brought to you by:
srinathava,
tmaas
From: Marijan S. <mar...@gm...> - 2012-05-25 11:34:23
|
On Thu, May 24, 2012 at 3:52 PM, Ted Pavlic <te...@te...> wrote: > > 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 > > So here is the output when i use: let g:Tex_ViewRuleComplete_pdf = 'zathura /tmp/$*.pdf' zathura /tmp/ /home/mesx/temp/2012_05_pero_PaaS/seminar.pdf and here is the output afrer hardcoding let g:Tex_ViewRuleComplete_pdf = 'zathura /tmp/seminar.pdf' zathura /tmp/ /home/mesx/temp/2012_05_pero_PaaS/seminar.pdf Dont know is it relevant or not, but I use Vundle for managing vim plugins. and I installed vim-latex using this line in my .vimrc: Bundle 'LaTeX-Suite-aka-Vim-LaTeX' > -- > Ted Pavlic <te...@te...> > -- http://www.google.com/profiles/marijan.svalina |