postdaisy.1 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. .ds dQ /usr/lib/postscript
  2. .TH POSTDAISY 1 "DWB 3.2"
  3. .SH NAME
  4. .B postdaisy
  5. \- PostScript translator for Diablo 630 files
  6. .SH SYNOPSIS
  7. \*(mBpostdaisy\f1
  8. .OP "" options []
  9. .OP "" files []
  10. .SH DESCRIPTION
  11. .B postdaisy
  12. translates Diablo 630 daisy-wheel
  13. .I files
  14. into PostScript and writes the results on the
  15. standard output.
  16. If no
  17. .I files
  18. are specified, or if
  19. .OP \-
  20. is one of the input
  21. .IR files ,
  22. the standard input is read.
  23. The following
  24. .I options
  25. are understood:
  26. .TP 0.75i
  27. .OP \-c num
  28. Print
  29. .I num
  30. copies of each page.
  31. By default only one copy is printed.
  32. .TP
  33. .OP \-f name
  34. Print
  35. .I files
  36. using font
  37. .IR name .
  38. Any PostScript font can be used,
  39. although the best results will only be
  40. obtained with constant width fonts.
  41. The default font is Courier.
  42. .TP
  43. .OP \-h num
  44. Set the initial horizontal motion index to
  45. .IR num .
  46. Determines the character advance and the default
  47. point size, unless the
  48. .OP \-s
  49. option is used.
  50. The default is 12.
  51. .TP
  52. .OP \-m num
  53. Magnify each logical page by the factor
  54. .IR num .
  55. Pages are scaled uniformly about the origin,
  56. which is located near the upper left corner of
  57. each page.
  58. The default magnification is 1.0.
  59. .TP
  60. .OP \-n num
  61. Print
  62. .I num
  63. logical pages on each piece of paper,
  64. where
  65. .I num
  66. can be any positive integer.
  67. By default
  68. .I num
  69. is set to 1.
  70. .TP
  71. .OP \-o list
  72. Print pages whose numbers are given in the comma-separated
  73. .IR list .
  74. The list contains single numbers
  75. .I N
  76. and ranges
  77. .IR N1\-\|N2 .
  78. A missing
  79. .I N1
  80. means the lowest numbered page, a missing
  81. .I N2
  82. means the highest.
  83. .TP
  84. .OP \-p mode
  85. Print
  86. .I files
  87. in either \*(mBportrait\fP or \*(mBlandscape\fP
  88. .IR mode .
  89. Only the first character of
  90. .I mode
  91. is significant.
  92. The default
  93. .I mode
  94. is \*(mBportrait\fP.
  95. .TP
  96. .OP \-r num
  97. Selects carriage return and line feed behavior.
  98. If
  99. .I num
  100. is 1 a line feed generates a carriage return.
  101. If
  102. .I num
  103. is 2 a carriage return generates a line feed.
  104. Setting
  105. .I num
  106. to 3 enables both modes.
  107. .TP
  108. .OP \-s num
  109. Use point size
  110. .I num
  111. instead of the default value set by the
  112. initial horizontal motion index.
  113. .TP
  114. .OP \-v num
  115. Set the initial vertical motion index to
  116. .IR num .
  117. The default is 8.
  118. .TP
  119. .OP \-x num
  120. Translate the origin
  121. .I num
  122. inches along the positive x axis.
  123. The default
  124. coordinate system has the origin fixed near the
  125. upper left corner of the page, with positive
  126. x to the right and positive y down the page.
  127. Positive
  128. .I num
  129. moves everything right.
  130. The default offset is 0.25 inches.
  131. .TP
  132. .OP \-y num
  133. Translate the origin
  134. .I num
  135. inches along the positive y axis.
  136. Positive
  137. .I num
  138. moves text down the page.
  139. The default offset is 0.25 inches.
  140. .TP
  141. .OP \-E name
  142. Set the character encoding for text fonts to
  143. .IR name .
  144. Requesting
  145. .I name
  146. means include file
  147. .MI \*(dQ/ name .enc \f1.
  148. A nonexistent encoding file is silently ignored.
  149. The default selects file
  150. .MR \*(dQ/Default.enc .
  151. .TP
  152. .OP \-L file
  153. Use
  154. .I file
  155. as the PostScript prologue.
  156. .br
  157. The default is
  158. .MR \*(dQ/postdaisy.ps .
  159. .PP
  160. Three options allow insertion of arbitrary PostScript
  161. at controlled points in the translation process:
  162. .TP 0.75i
  163. .OP \-C file
  164. Copy
  165. .I file
  166. to the output file;
  167. .I file
  168. must contain legitimate PostScript.
  169. .TP
  170. .OP \-P string
  171. Include
  172. .I string
  173. in output file;
  174. .I string
  175. must be legitimate PostScript.
  176. .TP
  177. .OP \-R action
  178. Requests special
  179. .I action
  180. (e.g.,
  181. .MR manualfeed )
  182. on a per page or global basis.
  183. The
  184. .I action
  185. string can be given as
  186. .IR request ,
  187. .IM request : page\f1\|,
  188. or
  189. .IM request : page : file\f1\|.
  190. If
  191. .I page
  192. is omitted or given as 0, the request
  193. applies to all pages.
  194. If
  195. .I file
  196. is omitted, the request
  197. lookup is done in
  198. .MR \*(dQ/ps.requests .
  199. .SH DIAGNOSTICS
  200. A 0 exit status is returned if
  201. .I files
  202. were successfully processed.
  203. .SH FILES
  204. .MW \*(dQ/postdaisy.ps
  205. .br
  206. .MW \*(dQ/forms.ps
  207. .br
  208. .MW \*(dQ/ps.requests
  209. .SH SEE ALSO
  210. .BR dpost (1),
  211. .BR postdmd (1),
  212. .BR postio (1),
  213. .BR postmd (1),
  214. .BR postprint (1),
  215. .BR postreverse (1),
  216. .BR posttek (1),
  217. .BR psencoding (1)