[9089] | 1 | .TH PSCAT 1 "18 August 1992" "Adobe Systems" |
---|
| 2 | \" Copyright (c) 1985,1987,1992 Adobe Systems Incorporated. All Rights Reserved. |
---|
| 3 | \" ATTN GOVERNMENT END USERS: See notice of rights in file XPSLIBDIRX/Notice |
---|
[9217] | 4 | \" RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/man/pscat.1p,v 1.2 1996-10-14 05:09:44 ghudson Exp $ |
---|
[9089] | 5 | .ds PS P\s-2OST\s+2S\s-2CRIPT\s+2 |
---|
| 6 | .SH NAME |
---|
[9217] | 7 | pscat \- convert C/A/T files to PostScript language format |
---|
[9089] | 8 | .SH SYNOPSIS |
---|
| 9 | .B pscat |
---|
| 10 | [ |
---|
| 11 | .BI -F fonttable |
---|
| 12 | ] [ |
---|
| 13 | .BI -i prologuefile |
---|
| 14 | ] [ |
---|
| 15 | .BI -l paperlength |
---|
| 16 | ] [ |
---|
| 17 | .BI -x xoffset |
---|
| 18 | ] [ |
---|
| 19 | .BI -y yoffset |
---|
| 20 | ] [ |
---|
| 21 | .I file |
---|
| 22 | ] |
---|
| 23 | .SH DESCRIPTION |
---|
| 24 | .I pscat |
---|
| 25 | converts C/A/T format |
---|
| 26 | .IR file |
---|
| 27 | (i.e., as produced by the original |
---|
| 28 | [o]troff (1)), |
---|
| 29 | to \*(PS language format on the standard output. If no |
---|
| 30 | .I file |
---|
| 31 | argument is given, the standard input is used. |
---|
| 32 | The average user will probably be happy using |
---|
| 33 | ptroff (1), |
---|
| 34 | but explicit use of |
---|
| 35 | .I pscat |
---|
| 36 | gives more control. |
---|
| 37 | .sp |
---|
| 38 | Page offset distances and the page length |
---|
| 39 | are specified by giving a fixed-point real number optionally |
---|
| 40 | followed by a units measure. For example, 1in means one inch, 15mm means |
---|
| 41 | fifteen millimeters. If no units are indicated, points (72 to the inch) |
---|
| 42 | are used. |
---|
| 43 | The options are: |
---|
| 44 | .TP |
---|
| 45 | .BI -F fonttable |
---|
| 46 | specifies a font correspondence table for use by the converter. |
---|
| 47 | (The default is usually |
---|
| 48 | Times.ct |
---|
| 49 | where the mounted fonts are: |
---|
| 50 | .BR R =Times-Roman, |
---|
| 51 | .BR I =Times-Italic, |
---|
| 52 | .BR B =Times-Bold, |
---|
| 53 | and |
---|
| 54 | .BR S =Symbol. |
---|
| 55 | Note that |
---|
| 56 | troff |
---|
| 57 | should be invoked with an appropriate |
---|
| 58 | .B -F |
---|
| 59 | switch and explicit ".fp" |
---|
| 60 | commands.) |
---|
| 61 | .TP |
---|
| 62 | .BI -i prologuefile |
---|
| 63 | specifies a file to be incorporated as the \*(PS language prologue, otherwise |
---|
| 64 | the default prologue will be used (see below). |
---|
| 65 | .TP |
---|
| 66 | .BI -l pagelength |
---|
| 67 | specifies the page length to use when splitting the |
---|
| 68 | C/A/T file into pages. The default is 11 inches. |
---|
| 69 | Units are described above. |
---|
| 70 | .TP |
---|
| 71 | .BI -x xoffset |
---|
| 72 | moves the output |
---|
| 73 | .I xoffset |
---|
| 74 | to the right on the paper. The default is 0. |
---|
| 75 | Units are described above. |
---|
| 76 | .TP |
---|
| 77 | .BI -y yoffset |
---|
| 78 | moves the output |
---|
| 79 | .I yoffset |
---|
| 80 | downward on the paper. The default is 0. Different versions of |
---|
| 81 | troff |
---|
| 82 | have different notions of where |
---|
| 83 | the top edge of the paper really is, so careful setting of the |
---|
| 84 | .B -y |
---|
| 85 | switch may be necessary. |
---|
| 86 | Units are described above. |
---|
| 87 | .SH ENVIRONMENT |
---|
| 88 | .TP |
---|
| 89 | PSLIBDIR |
---|
| 90 | path name of a directory to use instead of |
---|
| 91 | XPSLIBDIRX for |
---|
| 92 | .I pscat |
---|
| 93 | prologue and font metric files |
---|
| 94 | .SH FILES |
---|
| 95 | .TP 2.2i |
---|
| 96 | XTROFFFONTDIRX/*.ct |
---|
| 97 | character correspondence tables (built by |
---|
| 98 | pscatmap (8)) |
---|
| 99 | mapping C/A/T codes to \*(PS language fonts and characters or other actions |
---|
| 100 | .TP |
---|
| 101 | XPSLIBDIRX/pscat.pro |
---|
| 102 | default \*(PS language prologue |
---|
| 103 | .SH "SEE ALSO" |
---|
[9217] | 104 | transcript(1), ptroff(1), psfonts(1), pscatmap(8), troff(1) |
---|
[9089] | 105 | .SH AUTHOR |
---|
| 106 | Adobe Systems Incorporated |
---|
| 107 | .SH BUGS |
---|
| 108 | Because of the character mapping tables used, arbitrary |
---|
| 109 | use of the ".fp" troff directive will usually produce the |
---|
| 110 | wrong results. The |
---|
| 111 | family.head |
---|
| 112 | files that |
---|
| 113 | ptroff |
---|
| 114 | feeds to |
---|
| 115 | troff |
---|
| 116 | contain ".fp" commands appropriate for a given font family. |
---|
| 117 | Users must build and reference correct tables with |
---|
| 118 | pscatmap (8) |
---|
| 119 | for non-standard ".fp" combinations to work. |
---|
| 120 | |
---|
| 121 | The mapping from the default troff fonts to |
---|
| 122 | Adobe's Times-Roman will not look good. \*(PS language font width |
---|
| 123 | tables (and ".fp" commands) should be used explicitly in troff. |
---|
| 124 | |
---|
| 125 | .I pscat |
---|
| 126 | determines where page breaks occur by assuming that each page is exactly |
---|
| 127 | the specified length. There is no indication of page boundaries |
---|
| 128 | in the C/A/T file, so improper use of the |
---|
| 129 | .B -l |
---|
| 130 | option will lead to undesirable results. Some |
---|
| 131 | troff |
---|
| 132 | macro packages |
---|
| 133 | generate cutmarks at logical edges of the page which may or |
---|
| 134 | may not get imaged on a \*(PS printer. |
---|
| 135 | Careful use of the |
---|
| 136 | .B -x |
---|
| 137 | and |
---|
| 138 | .B -y |
---|
| 139 | options may help. |
---|
| 140 | .SH NOTES |
---|
| 141 | \*(PS is a registered trademark of Adobe Systems Incorporated. |
---|
| 142 | .br |
---|
| 143 | Times is a registered trademark of Linotype. |
---|
| 144 | .br |
---|
| 145 | Documenter's Workbench is a trademark of AT&T Technologies. |
---|
| 146 | .br |
---|
| 147 | Unix is a trademark of AT&T Bell Laboratories. |
---|
| 148 | |
---|