Re: [Vim-latex-devel] pdflatex -output-dirctory and Tex_ViewRule
Brought to you by:
srinathava,
tmaas
From: Marijan S. <mar...@gm...> - 2012-05-24 09:06:46
|
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 <te...@te...> 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 <te...@te... > > <mailto:te...@te...>> 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 > > <mar...@gm... <mailto:mar...@gm...>> > wrote: > > > Just tried that, and also no luck :/ > > > > > > > > > On Wed, May 23, 2012 at 7:08 PM, Ted Pavlic <te...@te... > > <mailto:te...@te...>> 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 <te...@te... <mailto:te...@te...>> > > > > > > > > > > > > > > > -- > > > http://www.google.com/profiles/marijan.svalina > > > > > > > > -- > > Ted Pavlic <te...@te... <mailto:te...@te...>> > > > > > > > > > > -- > > http://www.google.com/profiles/marijan.svalina > > -- > Ted Pavlic <te...@te...> > -- http://www.google.com/profiles/marijan.svalina |