diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-07 20:57:09 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-07 20:57:09 +0000 |
commit | 7506d04e28e759651e3b7cf0f671282cfb8ab4fd (patch) | |
tree | dcc0c1b0d2b0b05ca3f50a2766c7e15cd07d3718 /mandoc.1 | |
parent | 1ce42efc4cb4b55e9e64a347176288d71b9d5cc5 (diff) | |
download | mandoc-7506d04e28e759651e3b7cf0f671282cfb8ab4fd.tar.gz |
First check-in of PostScript output. This does not change any logic
within term.c, but does add a small shim over putchar() that switches on
the output engine. Prints, for this initial version, only monospace and
without font decorations. It's a start.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -163,6 +163,10 @@ Implies .Fl W Ns Cm all and .Fl f Ns Cm strict . +.It Fl T Ns Cm ps +Produce PostScript output. +See +.Sx PostScript Output . .It Fl T Ns Cm tree Produce an indented parse tree. .It Fl T Ns Cm xhtml @@ -343,6 +347,11 @@ cause rendered documents to appear as they do in .Fl T Ns Cm ascii . .Pp Special characters are rendered in decimal-encoded UTF-8. +.Ss PostScript Output +PostScript Level 1 pages may be generated by +.Fl T Ns Cm ps . +Output pages are US-letter sized (215.9 x 279.4 mm) and rendered in +fixed, 10-point Courier font. .Ss XHTML Output Output produced by .Fl T Ns Cm xhtml |