groff
[Top][All Lists]
Advanced

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

RE: [Groff] Help needed for a newbie to groff


From: Ted Harding
Subject: RE: [Groff] Help needed for a newbie to groff
Date: Fri, 16 Nov 2001 17:43:33 -0000 (GMT)

On 16-Nov-01 Howard Smith wrote:
> Is there anybody out there?

Tes indeed!

> Does anyone know of a quick solution to printing A4 landscape to a
> postscript printer?
>  
> I am still ploughing through the manuals but am losing the will to
> live!
> 
> e-Beer reward to anyone who responds

I use a macro (consistent with ms macros):

  .de landscape_metrics
  .pl 8.267i
  .nr PO 1.195i
  .nr LL 9.693i
  .lt \\n[LL]u
  .nr LT \\n[LL]u
  ..

to set up the page dimensions (short and wide); and then
(as Christian Jensen suggested) produce the PostScript
file using the command

  groff -P-l -rPL=8.267 -rLL=9.693 ....

(the point of the "-r" options is to prevent the ms
macro package defining default values for PL and LL,
though you can get away without this).

Hoping this helps! Please decide to continue living,
at least long enough to come up with the e-Beer!

Ted.

--------------------------------------------------------------------
E-Mail: (Ted Harding) <address@hidden>
Fax-to-email: +44 (0)870 167 1972
Date: 16-Nov-01                                       Time: 17:43:33
------------------------------ XFMail ------------------------------

reply via email to

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