all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <heimdall@uni-koblenz.de>
Subject: Re: Problem in using xpdf  with auctex
Date: Thu, 18 May 2006 07:59:39 +0200	[thread overview]
Message-ID: <878xozdgac.fsf@baldur.nicundtas.de> (raw)
In-Reply-To: mailman.1986.1147930699.9609.help-gnu-emacs@gnu.org

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	other threads:[~2006-05-18  5:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1986.1147930699.9609.help-gnu-emacs@gnu.org>
2006-05-18  5:59 ` Tassilo Horn [this message]
2006-05-18  4:52 Problem in using xpdf with auctex Tong Wang
2006-05-18 19:01 ` Eli Zaretskii
2006-05-18 20:43   ` Lennart Borgman
2006-05-19  9:52     ` Eli Zaretskii
     [not found]   ` <mailman.2040.1147984991.9609.help-gnu-emacs@gnu.org>
2006-05-19 22:00     ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878xozdgac.fsf@baldur.nicundtas.de \
    --to=heimdall@uni-koblenz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.