From 7506d04e28e759651e3b7cf0f671282cfb8ab4fd Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 7 Jun 2010 20:57:09 +0000 Subject: 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. --- mandoc.1 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mandoc.1') diff --git a/mandoc.1 b/mandoc.1 index d4d316b7..d32c2592 100644 --- a/mandoc.1 +++ b/mandoc.1 @@ -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 -- cgit