[Vim-latex-devel] pdflatex -output-dirctory and Tex_ViewRule

2012-05-23 Thread Marijan Svalina
se 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/ &&

Re: [Vim-latex-devel] pdflatex -output-dirctory and Tex_ViewRule

2012-05-23 Thread Marijan Svalina
Just tried that, and also no luck :/ On Wed, May 23, 2012 at 7:08 PM, Ted Pavlic wrote: > > let g:Tex_ViewRule_pdf = 'zathura $*/tmp' > > Do you mean: > > let g:Tex_ViewRule_pdf = 'zathura /tmp/$*' > > ? Did you try that? > > --Ted > > -- > Ted Pavlic > -- http://www.google.com/profiles/mar

Re: [Vim-latex-devel] pdflatex -output-dirctory and Tex_ViewRule

2012-05-23 Thread Marijan Svalina
t > > I have a feeling that that will be your answer. > > Best -- > Ted > > > > On Wed, May 23, 2012 at 1:16 PM, Marijan Svalina > wrote: > > Just tried that, and also no luck :/ > > > > > > On Wed, May 23, 2012 at 7:08 PM, Ted Pavlic w

Re: [Vim-latex-devel] pdflatex -output-dirctory and Tex_ViewRule

2012-05-24 Thread Marijan Svalina
ght way? (i.e., with the file name *after* the path?) > > --Ted > > On 05/23/2012 04:03 PM, Marijan Svalina wrote: > > Nope, I already try that and write about it in first mail. > > > > On Wed, May 23, 2012 at 7:22 PM, Ted Pavlic > <mailto:t...@tedpavlic.com>>

Re: [Vim-latex-devel] pdflatex -output-dirctory and Tex_ViewRule

2012-05-25 Thread Marijan Svalina
On Thu, May 24, 2012 at 3:52 PM, Ted Pavlic 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