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

  1. .. Jan 22, 1984 modified to use kaypro IV video characters
  2. .. July 4, 1983 convenient equation numbering macro:
  3. ..
  4. .sc #
  5. ..
  6. .rg e# 1
  7. ..
  8. .dm EN
  9. (\\e#\\)
  10. .bj
  11. .rg e# +1
  12. .em
  13. ..
  14. .rg i# 1    ;illustration number
  15. .........................
  16. .di figs        .
  17. .ce 1            .
  18. ^U^BFIGURE CAPTIONS^u^b
  19. .sp 1            .
  20. .ed            .
  21. .........................
  22. .................................
  23. .dm IS    ;illustration caption    .
  24. .di figs            .
  25. ^BFig. \i#\ ^b
  26. .em                .
  27. .................................
  28. .................................
  29. .dm IE    ;illustration end cap.    .
  30. .br                .
  31. .sp 1                .
  32. .ed                .
  33. .rg i# +1            .
  34. .em                .
  35. .................................
  36. .rg f# 1
  37. .ds "fn"^+\\f#\\^-"
  38. ........................
  39. .di fnotes             .
  40. .sp 2                  .
  41. .ce 1                  .
  42. ^U^BFOOTNOTES^b^u
  43. .sp 1                  .
  44. .ed                    .
  45. ........................
  46. ........................
  47. .dm FS ;footnote start .
  48. .di fnotes             .
  49. \\fn\\\\
  50. .em                    .
  51. ........................
  52. .........................
  53. .dm FE ;footnote end    .
  54. .br            .
  55. .sp 1            .
  56. .ed            .
  57. .rg f# +1        .
  58. .em            .
  59. .........................
  60. .. Scientific Symbol definition table
  61. .. 
  62. .TR * decimal ;dot product, more or less
  63. 128
  64. .en
  65. .TR . binary ;looks like a character to formatter
  66.     ;but is a NOP as far as output device is concerned
  67. .en
  68. .TR 6 decimal ;curly derivative more or less
  69. 166
  70. .en
  71. .TR 8 decimal ; infinity more or less
  72. 254
  73. .en
  74. .TR = decimal ;"identity"operator (triple equal sign) more or less
  75. 152
  76. .en
  77. .TR @ decimal ;"DEL"operator (upside-down delta) ??
  78. 255
  79. .en
  80. .TR D decimal ;capitol delta ??
  81. 255
  82. .en
  83. .TR I decimal ;integral sign ??
  84. 154
  85. .en
  86. .TR S decimal ; capital SIGMA or SUM
  87. 19
  88. .en
  89. .TR a decimal ; alpha,lowercase
  90. 1
  91. .en
  92. .TR b decimal ;BETA
  93. 2
  94. .en
  95. .TR d decimal ;delta, lowercase
  96. 4
  97. .en
  98. .TR e decimal ;epsilon
  99. 5
  100. .en
  101. .TR f decimal ;phi
  102. 6
  103. .en
  104. .TR g decimal ;gamma
  105. 135
  106. .en
  107. .TR h decimal ;theta
  108. 136
  109. .en
  110. .TR l decimal ;lambda
  111. 140
  112. .en
  113. .TR p decimal ;pi
  114. 16
  115. .en
  116. .TR s decimal ;sigma
  117. 138
  118. .en
  119. .TR u decimal ;mu
  120. 141
  121. .en
  122. .TR v decimal ;nu
  123. 142
  124. .en
  125. .TR w decimal ;lowercase omega
  126. 143
  127. .en
  128. ??
  129. 154
  130. .en
  131. .TR S decimal ; capital SIGMA or SUM
  132. 19
  133. .en
  134. .TR a decimal ; alpha,lowercase
  135. 1
  136. .en
  137. .TR b decimal ;BETA
  138. 2
  139. .en
  140. .TR d decimal ;delta, lowercase
  141. 4
  142. .en
  143. .TR e decimal ;epsilon
  144. 5
  145. .en
  146. .TR f decimal ;phi
  147. 6
  148. .en
  149. .TR g decimal ;gamma
  150. 135
  151. .en
  152. .TR h decimal ;theta
  153. 136
  154. .en
  155. .TR l decimal ;lambda
  156. 140
  157. .en
  158. .TR p decimal ;pi
  159. 16
  160. .en
  161. .TR s decimal ;sigma
  162. 13