home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 145_01 / prowrite < prev    next >
Text File  |  1979-12-31  |  4KB  |  240 lines

  1. ..JAN 25, 1984 FOR C. ITOH MODEL 8510A, PROWRITER, PROWRITER II
  2. .. 7 bit mode assumed
  3. .. July 4, 1983 convenient equation numbering macro:
  4. ..
  5. .sc #
  6. ..
  7. .rg e# 1
  8. ..
  9. .dm EN
  10. (\\e#\\)
  11. .bj
  12. .rg e# +1
  13. .em
  14. ..
  15. .rg i# 1    ;illustration number
  16. .........................
  17. .di figs        .
  18. .ce 1            .
  19. ^U^BFIGURE CAPTIONS^u^b
  20. .sp 1            .
  21. .ed            .
  22. .........................
  23. .................................
  24. .dm IS    ;illustration caption    .
  25. .di figs            .
  26. ^BFig. \i#\ ^b
  27. .em                .
  28. .................................
  29. .................................
  30. .dm IE    ;illustration end cap.    .
  31. .br                .
  32. .sp 1                .
  33. .ed                .
  34. .rg i# +1            .
  35. .em                .
  36. .................................
  37. .rg f# 1
  38. .ds "fn"^+\\f#\\^-"
  39. ........................
  40. .di fnotes             .
  41. .sp 2                  .
  42. .ce 1                  .
  43. ^U^BFOOTNOTES^b^u
  44. .sp 1                  .
  45. .ed                    .
  46. ........................
  47. ........................
  48. .dm FS ;footnote start .
  49. .di fnotes             .
  50. \\fn\\\\
  51. .em                    .
  52. ........................
  53. .........................
  54. .dm FE ;footnote end    .
  55. .br            .
  56. .sp 1            .
  57. .ed            .
  58. .rg f# +1        .
  59. .em            .
  60. .........................
  61. .. Scientific Symbol definition table
  62. .. FOR C. ITOH 8510A, Prowriter, Prowritter II PRINTERS
  63. .WH HEX 1B 41 . ; 6 lines/inch is standard
  64. .fr 2 hex 1B 54 0C . ; 12/144" = halfline spacing
  65. ..
  66. .TR * Hex ;DOT PRODUCT on Prowriter...
  67. 1B    ;ESC
  68. 26    ;'&'
  69. DD
  70. 1B    ;ESC
  71. 24    ;'$'
  72. .en
  73. .TR . binary ;looks like a character to formatter
  74.         ;but is a NOP as far as printer is concerned
  75. .en
  76. .TR 6 Hex ;curly derivative on Prowriter...
  77. 40    ;'@' almost looks right!
  78. .en
  79. .TR 8 Hex ; infinity on Prowriter...
  80. 1B    ;ESC
  81. 26    ;'&'
  82. 4B
  83. 1B    ;ESC
  84. 24    ;'$'
  85. .en
  86. .TR = binary ;"identity"operator (congruence) on Prowriter...
  87. 00011011 ;ESC
  88. 01010011 ;'S'
  89. 00110000 ;'0'
  90. 00110000 ;'0'
  91. 00110000 ;'0'
  92. 00110110 ;'6' bit patterns follow:
  93. 01010100 ;left bot,top
  94. 01010100
  95. 01010100
  96. 01010100
  97. 01010100
  98. 00000000 ;right bot,top
  99. .en
  100. .TR @ binary ;"DEL"operator (upside-down delta) on Prowriter...
  101. 00011011 ;ESC
  102. 01010011 ;'S'
  103. 00110000 ;'0'
  104. 00110000 ;'0'
  105. 00110000 ;'0'
  106. 00110110 ;'6' bit patterns follow:
  107. 00000110 ;left bot,top
  108. 00011010
  109. 01100010
  110. 00011010
  111. 00000110
  112. 00000000 ;right bot,top
  113. .en
  114. .TR D binary ;capitol delta on Prowriter...
  115. 00011011 ;ESC
  116. 01010011 ;'S'
  117. 00110000 ;'0'
  118. 00110000 ;'0'
  119. 00110000 ;'0'
  120. 00110110 ;'6' bit patterns follow:
  121. 01100000 ;left bot,top
  122. 01011000
  123. 01000110
  124. 01011000
  125. 01100000
  126. 00000000 ;right bot,top
  127. .en
  128. .TR I binary ;integral sign on Prowriter...
  129. 00011011 ;ESC
  130. 01010011 ;'S'
  131. 00110000 ;'0'
  132. 00110000 ;'0'
  133. 00110000 ;'0'
  134. 00110110 ;'6' bit patterns follow:
  135. 01000000 ;left bot,top
  136. 01000000
  137. 00111110
  138. 00000001
  139. 00000001
  140. 00000000 ;right bot,top
  141. .en
  142. .TR S Hex ;SIGMA (SUM) on Prowriter...
  143. 1B    ;ESC
  144. 26    ;'&'
  145. 3A
  146. 1B    ;ESC
  147. 24    ;'$'
  148. .en
  149. .TR a Hex ; alpha,lowercase
  150. 1B    ;ESC
  151. 26    ;'&'
  152. 20
  153. 1B    ;ESC
  154. 24    ;'$'
  155. .en
  156. .TR b Hex ;beta on Prowriter... 
  157. 1B    ;ESC
  158. 26    ;'&'
  159. 21
  160. 1B    ;ESC
  161. 24    ;'$'
  162. .en
  163. .TR d Hex ;delta on Prowriter...
  164. 1B    ;ESC
  165. 26    ;'&'
  166. 23
  167. 1B    ;ESC
  168. 24    ;'$'
  169. .en
  170. .TR e Hex ;epsilon on Prowriter...
  171. 1B    ;ESC
  172. 26    ;'&'
  173. 24
  174. 1B    ;ESC
  175. 24    ;'$'
  176. .en
  177. .TR f Hex ;phi on Prowriter...
  178. 1B    ;ESC
  179. 26    ;'&'
  180. 34
  181. 1B    ;ESC
  182. 24    ;'$'
  183. .en
  184. .TR g Hex ;gamma on Prowriter...
  185. 1B    ;ESC
  186. 26    ;'&'
  187. 22
  188. 1B    ;ESC
  189. 24    ;'$'
  190. .en
  191. .TR h Hex ;theta on Prowriter...
  192. 1B    ;ESC
  193. 26    ;'&'
  194. 27
  195. 1B    ;ESC
  196. 24    ;'$'
  197. .en
  198. .TR l Hex ;lambda on Prowriter...
  199. 1B    ;ESC
  200. 26    ;'&'
  201. 2A
  202. 1B    ;ESC
  203. 24    ;'$'
  204. .en
  205. .TR p Hex ;pi on Prowriter...
  206. 1B    ;ESC
  207. 26    ;'&'
  208. 2F
  209. 1B    ;ESC
  210. 24    ;'$'
  211. .en
  212. .TR s Hex ;sigma on Prowriter...
  213. 1B    ;ESC
  214. 26    ;'&'
  215. 31
  216. 1B    ;ESC
  217. 24    ;'$'
  218. .en
  219. .TR u Hex ;mu on Prowriter...
  220. 1B    ;ESC
  221. 26    ;'&'
  222. 2B
  223. 1B    ;ESC
  224. 24    ;'$'
  225. .en
  226. .TR v Hex ;nu on Prowriter...
  227. 1B    ;ESC
  228. 26    ;'&'
  229. 2C
  230. 1B    ;ESC
  231. 24    ;'$'
  232. .en
  233. .TR w Hex ;omega on Prowriter...
  234. 1B    ;ESC
  235. 26    ;'&'
  236. 37
  237. 1B    ;ESC
  238. 24    ;'$'
  239. .en
  240.