auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MacOS 10.15 how to add Skim as a viewe


From: Arash Esbati
Subject: Re: MacOS 10.15 how to add Skim as a viewe
Date: Tue, 01 Jun 2021 10:44:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50

Hi Uwe,

Uwe Brauer <oub@mat.ucm.es> 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

[Prev in Thread] Current Thread [Next in Thread]