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

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

Re: How to configure emacs for printing


From: maierh
Subject: Re: How to configure emacs for printing
Date: Tue, 24 Sep 2002 19:33:45 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i386-mingw-nt5.0.2195)

Christian Bockelmann <Bockelmann@comparat.de> writes:

> Hi,
>
> I want to configure the emacs print option. I found already a lot in the net 
> over this configuration but if I print with the new setting the layout isn't 
> correct. The text begins at the middel of the paper (with post script) and 
> with normal print the text was cut on the right site. Is there an option to 
> set print at A4-paper or can I get this information from other programs ?
> I hope to hear from you soon.

For ps-print you can set the variable ps-print-page. You can customize
this variable with

,----[ customize ]
| M-x customize-group: ps-print-page
`----

,----[ elisp ]
| (setq-default ps-paper-type 'a4)
`----

Harald


reply via email to

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