all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Changing default dvi viewer.
Date: Thu, 07 Feb 2008 11:56:15 +0100	[thread overview]
Message-ID: <87y79xt4q8.fsf@member.fsf.org> (raw)
In-Reply-To: 20080207112820.GA6553@univ-fcomte.fr

David <dpleydel@univ-fcomte.fr> writes:

Hi David,

> As I'm sure manyof you know, when working with latex a few C-c C-c
> commands will compile the latex, bibtex and launch a dvi viewer. How
> can I change the default dvi viewer from xdvi to kdvi?

Do you use AUCTeX?  Then this will do the trick.  (Replace okular with
kdvi and kpdf.)

  ;; PDFs per default mit okular öffnen
  (add-to-list 'TeX-output-view-style
               '("^pdf$" "." "okular %o"))

  ;; DVIs per default mit okular öffnen
  (add-to-list 'TeX-output-view-style
               '("^dvi$" "." "okular %o"))

I added those two to TeX-mode-hook.

Bye,
Tassilo
-- 
Chuck Norris'  credit cards have no  limit. Last weekend,  he maxed them
out.





      parent reply	other threads:[~2008-02-07 10:56 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20080205170541.675151BC01F@ufc.univ-fcomte.fr>
2008-02-07 11:28 ` Changing default dvi viewer David
2008-02-07 10:51   ` Peter Dyballa
2008-02-07 15:30     ` David
2008-02-07 15:00       ` Peter Dyballa
2008-02-07 16:26         ` David
2008-02-07 18:32           ` Peter Dyballa
2008-02-08 13:39             ` David
2008-02-08 13:50               ` Peter Dyballa
2008-02-08 14:09                 ` David
2008-02-08 14:52                   ` Peter Dyballa
2008-02-08 14:11               ` Thierry Volpiatto
2008-02-08 14:15                 ` David
2008-02-08 14:50                 ` David
2008-02-08 15:37                   ` Peter Dyballa
2008-02-08 17:07                     ` David
2008-02-08 14:20               ` Thierry Volpiatto
2008-02-08 14:21                 ` David
2008-02-08 15:07                   ` Thierry Volpiatto
     [not found]           ` <mailman.7120.1202409178.18990.help-gnu-emacs@gnu.org>
2008-02-08 20:18             ` Ralf Angeli
2008-02-09  9:38               ` Peter Dyballa
     [not found]               ` <mailman.7202.1202549941.18990.help-gnu-emacs@gnu.org>
2008-02-09 10:03                 ` Ralf Angeli
2008-02-07 10:56   ` Tassilo Horn [this message]

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=87y79xt4q8.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=help-gnu-emacs@gnu.org \
    /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.