Imported Upstream version 1.22.4
[platform/upstream/groff.git] / tmac / a4.tmac
1 .\" a4.tmac
2 .\"
3 .\" Set up groff for A4 paper.  Must be called before any other macro
4 .\" package.
5 .\"
6 .\" Some output drivers need an additional command-line switch '-p' to
7 .\" override the default paper length set in the driver specific DESC
8 .\" file.
9 .\"
10 .\" For example, use the following for PS output:
11 .\"
12 .\"   groff -Tps -P-pa4 -ma4 -ms foo.ms > foo.ps
13 .
14 .pl 29.7c
15 .ll 21c-2i
16 .
17 .\" for ms, mdoc, man
18 .do if !r LL .nr LL \n[.l]u
19 .
20 .\" ====================================================================
21 .\" Editor settings
22 .\" ====================================================================
23 .
24 .\" Local Variables:
25 .\" mode: nroff
26 .\" fill-column: 72
27 .\" End:
28 .\" vim: set filetype=groff textwidth=72: