auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] getting auctex working right


From: Sven Bretfeld
Subject: Re: [AUCTeX] getting auctex working right
Date: Tue, 24 Jul 2007 23:24:24 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello

I'm not working under Windows, so I have no answer for your first
question, and my other answers might not be correct. But I hope not to
say anything wrong.

On Tue, Jul 24, 2007 at 11:37:35AM -0400, Wilson, Bruce wrote:

> 2)     How to I get ctrl-c ctrl-c view to use the yap program in MikTeX
> and not xdvi? (View command: xdvi  "todo.dvi" is what appears in the
> command line)

This can be set by:

M-x customize-variable RET TeX-view-style

I don't know the shell command for yap (it should perhaps be simply
yap) or its parameters. But you can try or refer to MikTeX's
documentation.

After you replaced xdvi by yap, you have to hit the button "State"
which asks you if you want to set the settings only for the current
session (0) or for all future sessions (1). The latter means that the
customization will be written to your init file.
 
> 3)     How do I get pdflatex in MikTeX to run from within emacs/auctex?

This is normally done with:

C-c C-t C-p

which toggles between latex and pdflatex. If you always want to
compile a certain file with pdflatex, you can set this at the bottom
of the file:

%%% Local Variables:
%%% mode: latex
%%% TeX-PDF-mode: t
%%% End:

Greetings,

Sven




reply via email to

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