home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / TEMPUS.LZH / TEMPUS.221 / DRUCKER / AT_LASER.INS next >
Text File  |  1995-09-29  |  3KB  |  80 lines

  1. *****************************************************************************
  2. *                                                                           *
  3. * TEMPUS Drucktreiber für ATARI LASER                                       *
  4. *                                                                           *
  5. *****************************************************************************
  6. *
  7. nachtext:= 12
  8. endzeile:= $d,$a
  9. vorzeile:= 32,32,32,32,32,32,32,32
  10. vorseite:= $d,$a,$d,$a,$d,$a,$d,$a
  11. nachseite:= 12
  12. *
  13. *****************************************************************************
  14. *                                                                           *
  15. * Die nachfolgenden 11 Zeicheninitalisierungen können für Schriftattributs- *
  16. * veränderungen herangezogen werden, sollten aber nicht innerhalb eines Ab- *
  17. * satzes der in BLOCKSATZ steht verwendet werden, da so kein korrekter      *
  18. * Blocksatz ausgeführt werden kann.                                         *
  19. *                                                                           *
  20. * Sie sind aber nützlich, um Überschriften, Anschriften etc. in anderer     *
  21. * Form darstellen zu können.                                                *
  22. *                                                                           *
  23. *****************************************************************************
  24.  
  25. "":= 27,71,27,69               *16 fett an
  26. "":= 27,72,27,70               *17   "  aus
  27. "":= 27,45,1                   *18 unterstr. an
  28. "":= 27,45,0                   *19     "     aus
  29. "":= 27,71,28,86,1             *20 breit an
  30. "":= 27,72,28,86,0             *21   "   aus
  31. "":= 27,83,0                   *22 Superscript
  32. "":= 27,83,1                   *23 Subscript
  33. "":= 27,84                     *24 beides aus
  34. "":= 27,52                     *25 italic an
  35. "":= 27,53                     *26    "   aus
  36.  
  37. *****************************************************************************
  38. *                                                                           *
  39. * Initalisierung der Sonderzeichen...                                       *
  40. *                                                                           *
  41. *****************************************************************************
  42.  
  43. "₧":= 225
  44. "▌":= "" "R" 2 64 "" "R" 0
  45. "½":= "" "t" $1 171 "" "t" $0
  46. "¼":= "" "t" $1 172 "" "t" $0
  47. "¡":= "" "t" $1 173 "" "t" $0
  48. "«":= "" "t" $1 174 "" "t" $0
  49. "»":= "" "t" $1 175 "" "t" $0
  50. "α":= "" "t" $1 224 "" "t" $0
  51. "ß":= "" "t" $1 225 "" "t" $0
  52. "Γ":= "" "t" $1 226 "" "t" $0
  53. "π":= "" "t" $1 227 "" "t" $0
  54. "Σ":= "" "t" $1 228 "" "t" $0
  55. "σ":= "" "t" $1 229 "" "t" $0
  56. "µ":= "" "t" $1 230 "" "t" $0
  57. "τ":= "" "t" $1 231 "" "t" $0
  58. "Φ":= "" "t" $1 232 "" "t" $0
  59. "Θ":= "" "t" $1 233 "" "t" $0
  60. "Ω":= "" "t" $1 234 "" "t" $0
  61. "δ":= "" "t" $1 235 "" "t" $0
  62. "φ":= "" "t" $1 237 "" "t" $0
  63. "ε":= "" "t" $1 238 "" "t" $0
  64. "∩":= "" "t" $1 239 "" "t" $0
  65. "≡":= "" "t" $1 240 "" "t" $0
  66. "±":= "" "t" $1 241 "" "t" $0
  67. "≥":= "" "t" $1 242 "" "t" $0
  68. "≤":= "" "t" $1 243 "" "t" $0
  69. "⌠":= "" "t" $1 244 "" "t" $0
  70. "⌡":= "" "t" $1 245 "" "t" $0
  71. "÷":= "" "t" $1 246 "" "t" $0
  72. "≈":= "" "t" $1 247 "" "t" $0
  73. "°":= "" "t" $1 248 "" "t" $0
  74. "∙":= "" "t" $1 249 "" "t" $0
  75. "·":= "" "t" $1 250 "" "t" $0
  76. "√":= "" "t" $1 251 "" "t" $0
  77. "ⁿ":= "" "t" $1 252 "" "t" $0
  78. "²":= "" "t" $1 253 "" "t" $0
  79.  
  80.