[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] PDF viewer: Evince
From: |
Peter Münster |
Subject: |
Re: [AUCTeX] PDF viewer: Evince |
Date: |
Fri, 29 Jul 2011 19:17:39 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
On Fri, Jul 29 2011, Christoph Bier wrote:
> what's the correct configuration line for Evince as PDF viewer?
I've something like this in my .emacs:
--8<---------------cut here---------------start------------->8---
(eval-after-load 'tex
'(add-to-list 'TeX-view-program-selection '(output-pdf "xpdf")))
--8<---------------cut here---------------end--------------->8---
So, I suppose you just need to replace "xpdf" by "Evince".
--
Peter