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

  1. .. JAN 15, 1984 REWORK OF MX FOR OKIDATA 92
  2. .. July 4, 1983 convenient equation numbering macro:
  3. ..
  4. .sa Answer 0 for Draft; 1 for Correspondence
  5. ..this comment with \font\ is ignored!
  6. ..
  7. ..setting print style:
  8. .ou hex
  9. 1b
  10. 3\font\
  11. .end .ou
  12. ..
  13. .sc #
  14. ..
  15. .rg e# 1
  16. ..
  17. .dm EN
  18. (\\e#\\)
  19. .bj
  20. .rg e# +1
  21. .em
  22. ..
  23. ..
  24. .rg i# 1    ;illustration number
  25. .........................
  26. .di figs        .
  27. .ce 1            .
  28. ^U^BFIGURE CAPTIONS^u^b
  29. .sp 1            .
  30. .ed            .
  31. .........................
  32. .................................
  33. .dm IS    ;illustration caption    .
  34. .di figs            .
  35. ^BFig. \i#\ ^b
  36. .em                .
  37. .................................
  38. .................................
  39. .dm IE    ;illustration end cap.    .
  40. .br                .
  41. .sp 1                .
  42. .ed                .
  43. .rg i# +1            .
  44. .em                .
  45. .................................
  46. .rg f# 1
  47. .ds "fn"^+\\f#\\^-"
  48. ........................
  49. .di fnotes             .
  50. .sp 2                  .
  51. .ce 1                  .
  52. ^U^BFOOTNOTES^b^u
  53. .sp 1                  .
  54. .ed                    .
  55. ........................
  56. ........................
  57. .dm FS ;footnote start .
  58. .di fnotes             .
  59. \\fn\\\\
  60. .em                    .
  61. ........................
  62. .........................
  63. .dm FE ;footnote end    .
  64. .br            .
  65. .sp 1            .
  66. .ed            .
  67. .rg f# +1        .
  68. .em            .
  69. .........................
  70. .. JAN 1984; Scientific Symbol definition table
  71. .. FOR OKIDATA MICROLINE 92 PRINTER
  72. .WH HEX 1B 36 . ; 6 lines/inch is standard
  73. .fr 2 hex 1b 25 39 0C . ; 12/144" = halfline spacing
  74. ..
  75. .TR * HEX ;DOT PRODUCT on ML-92
  76. 1B    ;ESC
  77. 32    ;'2'
  78. 2A    ;'*'
  79. 1B    ;ESC
  80. 3\font\    ;print style
  81. .EN
  82. .OU BINARY ;DOWNLOAD '*'
  83. 00011011 ;ESC
  84. 00100101 ;'%'
  85. 01000001 ;'A'
  86. 00101010 ;'*'
  87. 00000000 ;left bot,top
  88. 00000000
  89. 00000000
  90. 00000000
  91. 00011000
  92. 00000000
  93. 00011000
  94. 00000000
  95. 00000000
  96. 00000000
  97. 00000000 ;right bot,top
  98. .en
  99. .TR . binary ;looks like a character to formatter
  100.         ;but is a NOP as far as printer is concerned
  101.         ;on MX-80
  102. .en
  103. .TR 6 HEX ;CURLY DERIVATIVE on ML-92
  104. 1B    ;ESC
  105. 32    ;'2'
  106. 36    ;'6'
  107. 1B    ;ESC
  108. 3\font\    ;style
  109. .EN
  110. .OU  binary ;curly derivative DOWNLOAD
  111. 00011011 ;ESC
  112. 00100101 ;'%'
  113. 01000001 ;'A'
  114. 00110110 ;'6'
  115. 0000000 ;left bot,top
  116. 0110000
  117. 1000000
  118. 0001001
  119. 1000000
  120. 0001001
  121. 1000000
  122. 0001001
  123. 1000010
  124. 0111100
  125. 0000000 ;right bot,top
  126. .en
  127. .TR 8 HEX ;INFINITY on ML-92
  128. 1B    ;ESC
  129. 32    ;'2'
  130. 38    ;'8'
  131. 1B    ;ESC
  132. 3\font\    ;style
  133. .EN
  134. .OU  binary ;INFINITY DOWNLOAD
  135. 00011011 ;ESC
  136. 00100101 ;'%'
  137. 01000001 ;'A'
  138. 00111000 ;'8'
  139. 0011100 ;left bot,top
  140. 0100010
  141. 0000000
  142. 0100010
  143. 0010100
  144. 0001000
  145. 0010100
  146. 0100010
  147. 0000000
  148. 0100010
  149. 0011100 ;right top,bot
  150. .en
  151. .TR = HEX ;"identity"operator (triple equal sign) on ML-92
  152. 1B    ;ESC
  153. 32    ;'2'
  154. 3D    ;'='
  155. 1B    ;ESC
  156. 3\font\    ;style
  157. .EN
  158. .OU  binary ;IDENTITY DOWNLOAD
  159. 0011011 ;ESC
  160. 0100101 ;'%'
  161. 1000001 ;'A'
  162. 0111101 ;'='
  163. 0000000 ;left bot,top
  164. 0101010
  165. 0000000
  166. 0101010
  167. 0000000
  168. 0101010
  169. 0000000
  170. 0101010
  171. 0000000
  172. 0101010
  173. 0000000 ;right top,bot
  174. .en
  175. .TR @ HEX ;"DEL"operator (upside-down delta) on ML92
  176. 1B    ;ESC
  177. 32    ;'2'
  178. 40    ;'@'
  179. 1B    ;ESC
  180. 3\font\    ;style
  181. .EN
  182. .OU  binary ;DEL DOWNLOAD
  183. 0011011 ;ESC
  184. 0100101 ;'%'
  185. 1000001 ;'A'
  186. 1000000 ;'@'
  187. 0000000 ;left bot,top
  188. 0000001
  189. 0000010
  190. 0000101
  191. 0001000
  192. 0010001
  193. 0001000
  194. 0000101
  195. 0000010
  196. 0000001
  197. 0000000 ;right bot,top
  198. .en
  199. .TR D HEX ;cap DELTA on ML92
  200. 1B    ;ESC
  201. 32    ;'2'
  202. 44    ;'D'
  203. 1B    ;ESC
  204. 3\font\    ;style
  205. .EN
  206. .OU  binary ;DEL DOWNLOAD
  207. 0011011 ;ESC
  208. 0100101 ;'%'
  209. 1000001 ;'A'
  210. 1000100 ;'D'
  211. 0000000 ;left bot,top
  212. 1000000
  213. 0100000
  214. 1010000
  215. 0001000
  216. 1000100
  217. 0001000
  218. 1010000
  219. 0100000
  220. 1000000
  221. 0000000 ;right bot,top
  222. .en
  223. .TR I HEX ; ;integral sign on ML92
  224. 1B    ;ESC
  225. 32    ;'2'
  226. 49    ;'I'
  227. 1B    ;ESC
  228. 3\font\    ;style
  229. .EN
  230. .OU  binary ;INTEGRAL DOWNLOAD
  231. 0011011 ;ESC
  232. 0100101 ;'%'
  233. 1000001 ;'A'
  234. 1001001 ;'I'
  235. 0000000 ;left bot,top
  236. 0000000
  237. 0000000
  238. 1000000
  239. 0100000
  240. 0011100
  241. 0000010
  242. 0000001
  243. 0000000
  244. 0000000
  245. 0000000 ;right bot,top
  246. .en
  247. .TR S HEX ; SIGMA {"SUM"} on ML92
  248. 1B    ;ESC
  249. 32    ;'2'
  250. 53    ;'S'
  251. 1B    ;ESC
  252. 3\font\    ;style
  253. .EN
  254. .OU  binary ;SIGMA DOWNLOAD
  255. 0011011 ;ESC
  256. 0100101 ;'%'
  257. 1000001 ;'A'
  258. 1010011 ;'S'
  259. 1000001 ;left bot,top
  260. 0100010
  261. 1010101
  262. 0001000
  263. 1000001
  264. 0000000
  265. 1000001
  266. 0000000
  267. 1000001
  268. 0100010
  269. 1000001 ;right bot,top
  270. .en
  271. .TR a HEX ;alpha on ML92
  272. 1B    ;ESC
  273. 32    ;'2'
  274. 61    ;'a'
  275. 1B    ;ESC
  276. 3\font\    ;style
  277. .EN
  278. .OU  binary ;alpha DOWNLOAD
  279. 0011011 ;ESC
  280. 0100101 ;'%'
  281. 1000001 ;'A'
  282. 1100001 ;'a'
  283. 0000000 ;left bot,top
  284. 0111000
  285. 1000100
  286. 0000000
  287. 1000100
  288. 0000000
  289. 0101000
  290. 0010000
  291. 0101000
  292. 1000100
  293. 0000000 ;RIGHT BOT,TOP
  294. .en
  295. .TR b HEX ;beta on ML92
  296. 1B    ;ESC
  297. 32    ;'2'
  298. 62    ;'b'
  299. 1B    ;ESC
  300. 3\font\    ;style
  301. .EN
  302. .OU  binary ;beta DOWNLOAD
  303. 0011011 ;ESC
  304. 0100101 ;'%'
  305. 1000001 ;'A'
  306. 1100010 ;'b'
  307. 0000000 ;left bot,top
  308. 1111100
  309. 0000010
  310. 0000001
  311. 0100000
  312. 1001001
  313. 0000000
  314. 1001001
  315. 0110110
  316. 0000000
  317. 0000000 ;right bot,top
  318. .en
  319. .TR d HEX ;delta on ML92
  320. 1B    ;ESC
  321. 32    ;'2'
  322. 64    ;'d'
  323. 1B    ;ESC
  324. 3\font\    ;style
  325. .EN
  326. .OU  binary ;delta DOWNLOAD
  327. 0011011 ;ESC
  328. 0100101 ;'%'
  329. 1000001 ;'A'
  330. 1100100 ;'d'
  331. 0000000 ;left bot,top
  332. 0110000
  333. 1001010
  334. 0000101
  335. 1001000
  336. 0000001
  337. 1001000
  338. 0000001
  339. 1001000
  340. 0110000
  341. 0000000 ;right bot,top
  342. .en
  343. .TR e HEX ;epsilon on ML92
  344. 1B    ;ESC
  345. 32    ;'2'
  346. 65    ;'e'
  347. 1B    ;ESC
  348. 3\font\    ;style
  349. .EN
  350. .OU  binary ;epsilon DOWNLOAD
  351. 0011011 ;ESC
  352. 0100101 ;'%'
  353. 1000001 ;'A'
  354. 1100101 ;'e'
  355. 0000000 ;left bot,top
  356. 0111000
  357. 1000100
  358. 0010000
  359. 1000100
  360. 0010000
  361. 1000100
  362. 0010000
  363. 1000100
  364. 0010000
  365. 0000000 ;right bot,top
  366. .en
  367. .TR f HEX ;phi on ML92
  368. 1B    ;ESC
  369. 32    ;'2'
  370. 66    ;'f'
  371. 1B    ;ESC
  372. 3\font\    ;style
  373. .EN
  374. .OU  binary ;phi DOWNLOAD
  375. 0011011 ;ESC
  376. 0100101 ;'%'
  377. 1000001 ;'A'
  378. 1100110 ;'f'
  379. 0000000 ;left bot,top
  380. 0001000
  381. 1010100
  382. 0100010
  383. 0010000
  384. 0101010
  385. 0000100
  386. 0100010
  387. 0010101
  388. 0001000
  389. 0001000 ;right bot,top
  390. .en
  391. .TR g HEX ;gamma on ML92
  392. 1B    ;ESC
  393. 32    ;'2'
  394. 67    ;'g'
  395. 1B    ;ESC
  396. 3\font\    ;style
  397. .EN
  398. .OU  binary ;gamma DOWNLOAD
  399. 0011011 ;ESC
  400. 0100101 ;'%'
  401. 1000001 ;'D'
  402. 1100111 ;'g'
  403. 1000010 ;left bot,top
  404. 0100000
  405. 0010010
  406. 0000100
  407. 0001000
  408. 0000100
  409. 0000010
  410. 0000000
  411. 0000001
  412. 0000000
  413. 0000001 ;right bot,top
  414. .en
  415. .TR h HEX ;theta on ML92
  416. 1B    ;ESC
  417. 32    ;'2'
  418. 68    ;'h'
  419. 1B    ;ESC
  420. 3\font\    ;style
  421. .EN
  422. .OU  binary ;theta DOWNLOAD
  423. 0011011 ;ESC
  424. 0100101 ;'%'
  425. 1000001 ;'D'
  426. 1101000 ;'h'
  427. 0000000 ;left bot,top
  428. 0111100
  429. 1000010
  430. 0001000
  431. 1000001
  432. 0001000
  433. 1000001
  434. 0001000
  435. 0100001
  436. 0011110
  437. 0000000 ;right bot,top
  438. .en
  439. .TR l HEX ;lambda on ML92
  440. 1B    ;ESC
  441. 32    ;'2'
  442. 6C    ;'l'
  443. 1B    ;ESC
  444. 3\font\    ;style
  445. .EN
  446. .OU  binary ;lambda DOWNLOAD
  447. 0011011 ;ESC
  448. 0100101 ;'%'
  449. 1000001 ;'D'
  450. 1101100 ;'l'
  451. 0000000 ;left bot,top
  452. 1000001
  453. 0100000
  454. 0010001
  455. 0001010
  456. 0000100
  457. 0001000
  458. 0010000
  459. 0100000
  460. 1000000
  461. 0000000 ;right bot,top
  462. .en
  463. .TR p HEX ;pi on ML92
  464. 1B    ;ESC
  465. 32    ;'2'
  466. 70    ;'p'
  467. 1B    ;ESC
  468. 3\font\    ;style
  469. .EN
  470. .OU  binary ;pi DOWNLOAD
  471. 0011011 ;ESC
  472. 0100101 ;'%'
  473. 1000001 ;'D'
  474. 1110000 ;'p'
  475. 1000100 ;left bot,top
  476. 0100000
  477. 0011100
  478. 0000000
  479. 0000100
  480. 0000000
  481. 0000100
  482. 0000000
  483. 0011100
  484. 0100000
  485. 1000100 ;right bot,top
  486. .en
  487. .TR s HEX ;sigma on ML92
  488. 1B    ;ESC
  489. 32    ;'2'
  490. 73    ;'s'
  491. 1B    ;ESC
  492. 3\font\    ;style
  493. .EN
  494. .OU  binary ;sigma DOWNLOAD
  495. 0011011 ;ESC
  496. 0100101 ;'%'
  497. 1000001 ;'A'
  498. 1110011 ;'s'
  499. 0000000 ;left bot,top
  500. 0000000
  501. 0111000
  502. 1000100
  503. 0000000
  504. 1000100
  505. 0000000
  506. 1001100
  507. 0110000
  508. 0000100
  509. 0000000 ;right top,bot
  510. .en
  511. .TR u HEX ;mu on ML92
  512. 1B    ;ESC
  513. 32    ;'2'
  514. 75    ;'u'
  515. 1B    ;ESC
  516. 3\font\    ;style
  517. .EN
  518. .OU  binary ;mu DOWNLOAD
  519. 0011011 ;ESC
  520. 0100101 ;'%'
  521. 1000001 ;'A'
  522. 1110101 ;'u'
  523. 0000000 ;left bot,top
  524. 0000000
  525. 1101111
  526. 0010000
  527. 0000000
  528. 0010000
  529. 0000000
  530. 0010000
  531. 0001111
  532. 0000000
  533. 0000000 ;right bot,top
  534. .en
  535. .TR v HEX ;nu on ML92
  536. 1B    ;ESC
  537. 32    ;'2'
  538. 76    ;'v'
  539. 1B    ;ESC
  540. 3\font\    ;style
  541. .EN
  542. .OU  binary ;nu DOWNLOAD
  543. 0011011 ;ESC
  544. 0100101 ;'%'
  545. 1000001 ;'A'
  546. 1110110 ;'v'
  547. 0000000 ;left bot,top
  548. 1011100
  549. 0100000
  550. 0000000
  551. 0100000
  552. 0000000
  553. 0010000
  554. 0001000
  555. 0000100
  556. 0000000
  557. 0000000 ;right bot,top
  558. .en
  559. .TR w HEX ;omega on ML92
  560. 1B    ;ESC
  561. 32    ;'2'
  562. 77    ;'w'
  563. 1B    ;ESC
  564. 3\font\    ;style
  565. .EN
  566. .OU  binary ;nu DOWNLOAD
  567. 0011011 ;ESC
  568. 0100101 ;'%'
  569. 1000001 ;'A'
  570. 1110111 ;'w'
  571. 0110000 ;left bot,top
  572. 1001000
  573. 0000000
  574. 1000000
  575. 0100000
  576. 0000000
  577. 0100000
  578. 1000000
  579. 0000000
  580. 1001000
  581. 0110000 ;right bot,top
  582. .en
  583.