NetBSD/gnu/dist/groff/tmac/a4.tmac
wiz 5220bc5f6e Import groff-1.19. Changes since 1.16.1: too many to list here (> 1000 lines
in the abridged version). Please read the included NEWS file for details.
2003-06-30 17:51:41 +00:00

21 lines
446 B
Plaintext

.\" a4.tmac
.\"
.\" Set up groff for A4 paper. Must be called before any other macro
.\" package.
.\"
.\" Some output drivers need an additional command line switch `-p' to
.\" override the default paper length set in the driver specific DESC
.\" file.
.\"
.\" For example, use the following for PS output:
.\"
.\" groff -Tps -P-pa4 -ma4 -ms foo.ms > foo.ps
.
.pl 29.7c
.ll 21c-2i
.
.\" for ms, mdoc, man
.do if !r LL .nr LL \n[.l]u
.
.\" EOF