1abc21ec14968a4ddb034f7ed617d21c7c461d14
[platform/upstream/groff.git] / tmac / a4.tmac
1 .\" -*- nroff -*-
2 .\"
3 .\" a4.tmac
4 .\"
5 .\" Set up groff for A4 paper.  Must be called before any other macro
6 .\" package.
7 .\"
8 .\" Some output drivers need an additional command line switch `-p' to
9 .\" override the default paper length set in the driver specific DESC
10 .\" file.
11 .\"
12 .\" For example, use the following for PS output:
13 .\"
14 .\"   groff -Tps -P-pa4 -ma4 -ms foo.ms > foo.ps
15 .
16 .pl 29.7c
17 .ll 21c-2i
18 .
19 .\" for ms, mdoc, man
20 .do if !r LL .nr LL \n[.l]u
21 .
22 .\" EOF