diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-01 14:23:45 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-01 14:23:45 +0000 |
commit | 24c6fa8ac2ce2f4beae4ada2ac4848432f34b668 (patch) | |
tree | acaf74cb21e4ce890b9557ca6be1b8d0f1dfa9f4 /mandoc.1 | |
parent | cd0478c4c1c8072f32c673df44009c70e8a2c3a3 (diff) | |
download | mandoc-24c6fa8ac2ce2f4beae4ada2ac4848432f34b668.tar.gz |
First, I'm defaulting to 11-point font, which renders much nicer (the
"Internet" vaguely suggests using 11- or 9-Point for serifed fonts).
This verified on GNU/Linux, Mac OSX, Windows, and OpenBSD. Noted in
mandoc.1.
Then added a3, a4, a5, letter, legal, and custom page dimensions. These
seem to be the main players. Noted in mandoc.1.
Lintified the casting.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -303,7 +303,7 @@ PostScript Level-2 pages may be generated by .Fl T Ns Cm ps . Output pages default to letter sized and are rendered in the Times font -family. +family, 11-point. .Pp Special characters are rendered as in .Sx ASCII Output . @@ -316,9 +316,18 @@ arguments are accepted: The paper size .Ar name may be one of -.Ar a4 +.Ar a3 , +.Ar a4 , +.Ar a5 , +.Ar legal , or .Ar letter . +You may also manually specify dimensions as +.Ar NNxNN , +width by height in millimetres. +If an unknown value is encountered, +.Ar letter +is used. .El .Ss XHTML Output Output produced by |