auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] OT: Have a look at PDF Tools (new PDF viewer for Emacs)


From: Tassilo Horn
Subject: Re: [AUCTeX] OT: Have a look at PDF Tools (new PDF viewer for Emacs)
Date: Thu, 23 Apr 2015 06:20:35 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Denis Bitouzé <address@hidden> writes:

>> I've just added it to `TeX-view-program-list-builtin' in AUCTeX git.  It
>> calls a new command `TeX-pdf-tools-sync-view'.  See
>>
>> http://git.savannah.gnu.org/cgit/auctex.git/commit/?id=5276f35d9dc7b37cfb0881ddcaf11c05783aac15
>
> Could you explain what is the relevant line to add to the .emacs in
> order to automatically run PDF Tools with `C-c C-c v RET' ?

I use this:

(setq TeX-view-program-selection '((output-dvi "Evince")
                                   (output-pdf "PDF Tools") ;; <-- THIS!
                                   (output-html "xdg-open")))

Bye,
Tassilo




reply via email to

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