let g:Tex_ViewRule_pdf = 'evince /tmp/$*'
" let g:Tex_ViewRuleComplete_pdf = 'zathura /tmp/$*'
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'

But every time it fails, because pdf application receives worng path.
One that points at root folder of .tex files.

Ty, for trying :)


On Wed, May 23, 2012 at 10:10 PM, Ted Pavlic <t...@tedpavlic.com> wrote:

> Yes, but you did it wrong in your first e-mail. Can you go back and try
> it the right 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 <t...@tedpavlic.com
> > <mailto:t...@tedpavlic.com>> wrote:
> >
> >     Hm. I wonder if a space is being added.
> >
> >     Have you tried using:
> >
> >     Tex_ViewRuleComplete_format
> >
> >     instead? See:
> >
> >     :help Tex_ViewRuleComplete_format
> >
> >     I have a feeling that that will be your answer.
> >
> >     Best --
> >     Ted
> >
> >
> >
> >     On Wed, May 23, 2012 at 1:16 PM, Marijan Svalina
> >     <marijan.sval...@gmail.com <mailto:marijan.sval...@gmail.com>>
> wrote:
> >     > Just tried that, and also no luck :/
> >     >
> >     >
> >     > On Wed, May 23, 2012 at 7:08 PM, Ted Pavlic <t...@tedpavlic.com
> >     <mailto:t...@tedpavlic.com>> 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 <t...@tedpavlic.com <mailto:t...@tedpavlic.com>>
> >     >
> >     >
> >     >
> >     >
> >     > --
> >     > http://www.google.com/profiles/marijan.svalina
> >
> >
> >
> >     --
> >     Ted Pavlic <t...@tedpavlic.com <mailto:t...@tedpavlic.com>>
> >
> >
> >
> >
> > --
> > http://www.google.com/profiles/marijan.svalina
>
> --
> Ted Pavlic <t...@tedpavlic.com>
>



-- 
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