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

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

Re: can't use Kdvi as dvi previewer


From: Johs
Subject: Re: can't use Kdvi as dvi previewer
Date: Sun, 29 Oct 2006 22:15:07 +0100
User-agent: KNode/0.10.4

Johs wrote:

> Oliver Heins wrote:
> 
>> Johs <asdasd@asd.com> writes:
>> 
>>> hmm do I have to enter:
>>>
>>> (info "(auctex)Viewing")
>>>
>>> into my .emacs file?
>> 
>> Of course you're free to do it this way, but the preferable way is to
>> copy this line into an emacs buffer (eg the *scratch* buffer) and then
>> type C-x C-e.  This leads you to the section "Viewing" of the auctex
>> manual.  Here you will probably find an answer to your question.
> 
> 
> not really.
> 
> I have now tried:
> 
> (setq Tex-view "kdvi")
> 
> does not work
> 
> and I have also tried:
> 
> (setq TeX-view-style '(("^a5$" "kdvi %d -paper a5")
>                        ("^landscape$" "kdvi %d -paper a4r -s 4")
>                        ("." "kdvi %d"))
> 
> which does not work either.
> 
> Any hints?


I have also tried:

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

which gives me:
Tex View Style: Hide
INS DEL Regexp: ^a5$
            Command: kdvi %d -paper a5
INS DEL Regexp: ^landscape$
            Command: kdvi %d -paper a4r -s 4
INS DEL Regexp: .
            Command: kdvi %d
INS
   State: this option has been changed outside the customize buffer.
List of style options and view options. Hide

So it is setup for kdvi but running C-c C-c does just start xdvi as usuall




reply via email to

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