/contrib/groff/tmac/a4.tmac
https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 20 lines · 20 code · 0 blank · 0 comment · 0 complexity · 6e3a0d1b6167930a381b861c69f3adba MD5 · raw file
- .\" 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