From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/tr2post.html | 152 -------------------------------------------------- 1 file changed, 152 deletions(-) delete mode 100644 man/man1/tr2post.html (limited to 'man/man1/tr2post.html') diff --git a/man/man1/tr2post.html b/man/man1/tr2post.html deleted file mode 100644 index 808c329b..00000000 --- a/man/man1/tr2post.html +++ /dev/null @@ -1,152 +0,0 @@ - -tr2post(1) - Plan 9 from User Space - - - - -
-
-
TR2POST(1)TR2POST(1) -
-
-

NAME
- -
- - tr2post – convert troff intermediate to PostScript
- -
-

SYNOPSIS
- -
- - tr2post [ options ] [ files ... ]
- -
-

DESCRIPTION
- -
- - Tr2post converts files (or standard input), which should be the - device-independent output of troff(1), into the PostScript printer - language. -
- - The options are:
- −a aspectratio
-
-
- - Set an aspect ratio (y/x) to stretch the PostScript output (default - 1.0).
- -
- −c copies
-
-
- - Set a comment in the PostScript output marking the number of copies - that should be printed. The comment is intended for ancient versions - of the Unix lp(1) and is not recognized by any current printer - or print spooler.
- -
- −d    Emit volumes of debugging output on standard error.
- −m magnification
-
-
- - Magnify the PostScript output (default 1.0).
- -
- −n formsperpage
-
-
- - Print the PostScript with formsperpage logical pages per physical - page (default 1). Using this option emits PostScript with invalid - document structuring comments. It will print fine but will not - view correctly in gv(1) or psv (see page(1)).
- -
- −o pagelist
-
-
- - Print only the pages in the pagelist, which is a comma-separated - list of ranges. Each range is of the form p (just page p), pq - (pages p through q), p (pages 1 through p), or p (pages p through - the end of the document).
- -
- −p l   Print the document in landscape mode. An argument that does - not begin with l will print the document in portrait mode.
- −x xoffset
-
-
- - Translate the page output by xoffset inches to the right. (Negative - offsets translate to the left.)
- -
- −y yoffset
-
-
- - Translate the page output by yoffset inches down. (Negative offsets - translate up.)
- -
- −P pscode
-
-
- - Emit the text pscode at the end of the usual PostScript header.
- -
- -
-

EXAMPLE
- -
- - Preview this manual page:
- -
- - troff −man /usr/local/plan9/man/man1/tr2post.1 |
- tr2post |
- psfonts >/tmp/a.ps
- psv /tmp/a.ps
-
-
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/postscript/tr2post
-
-
-

SEE ALSO
- -
- - troff(1), psfonts(1)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3