Hi Uwe,

Uwe Brauer <[email protected]> writes:

> I tried the follwowing setting, since I cannot use customize  (skim is
> not among the offered viewers)
>
> (setq TeX-view-program-list
>       '(("PDF Viewer" 
> "/Applications/Skim.app/Contents/SharedSupport/displayline -b -g %n %o %b")))
>
> But it seems not to work anybody has an idea?

AUCTeX has support for Skim on macOS[1].  In theory, it should work out
of the box with something like this in your init file:

    (setq TeX-view-program-selection '((output-pdf "Skim")))

I'm not on macOS, so I can't test it and I can't tell if the entry

    ("Skim" "open -a Skim.app %o" "open")

is correct in `TeX-view-program-list-builtin'.

Best, Arash

Footnotes:
[1]  http://git.savannah.gnu.org/cgit/auctex.git/tree/tex.el#n1278


Reply via email to