* Vijay Kaul on Saturday, March 24, 2007 at 23:21:03 -0400:
>  I was previously compiling my LaTeX in TeXShop, but I wanted to see what vim 
>  had to offer me. I must admit I like what I've found. In working around the 
>  primary hurdle (of Preview.app being lousy), I stubled accross PDFView.app. 
>  However, I'm having trouble getting it working like it's supposed to with 
>  LaTeX-Suite.
 
<snip>

>  let g:Tex_ViewRule_pdf = 'open -a /Applications/PDFView.app'

You might want to try

$ open -a /Applications/PDFView.app somefile.pdf

or, simpler:

$ open -a PDFView somefile.pdf

on the terminal's command line to find out whether it's actually
a LaTeX-suite or PDFView related issue.

At least here on MacOS 10.3.9 the corresponding commands work
with Preview and Adobe Reader (PDFView is only available for
10.4, so I can't try it ATM).

You could also try to let all .pdf files with PDFView by default
and then simply use 

let g:Tex_ViewRule_pdf = 'open'

But it might be something about how PDFView and open cooperate --
or fail to do so.

c
-- 
_B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>

Reply via email to