help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Problem in using xpdf with auctex


From: Tassilo Horn
Subject: Re: Problem in using xpdf with auctex
Date: Thu, 18 May 2006 07:59:39 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Tong Wang <wangtong@usc.edu> writes:

> Does this mean I can't call xpdf from emacs ?

I don't think so, but at least I don't know whats going wrong.

> in this case , what alternatives do I have to get around this ?  Can I
> associate "View" with other programs , if yes , could someone tell me
> how to tweak the .emacs file so that I only need to do C-c C-c to view
> the myfile.pdf as output of "pdflatex myfile.tex" ?

I prefer kpdf over xpdf, so I have this line in my ~/.emacs.

,----[ ~/.emacs ]
| (add-hook 'TeX-mode-hook
|           (lambda ()
|             (add-to-list 'TeX-output-view-style
|                          '("^pdf$" "." "kpdf %o"))))
`----

Bye,
Tassilo
-- 
My opinions may have changed, but not the fact that I am right.


reply via email to

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