home *** CD-ROM | disk | FTP | other *** search
/ Chip 1994 February / CHIP0294.ISO / digital / best100 / buero / gsfibu / drucker.dat / PSCRIPT.PRN < prev    next >
Encoding:
Text File  |  1993-03-22  |  3.1 KB  |  72 lines

  1. ; PostScript UPP
  2. ; dazu gehört PSCRORG.PRN als eigentlicher PostScripttreiber
  3. ;
  4. ; GERBER-DATENTECHNIK   7910 Neu-Ulm   Robert-Stolz-Str. 11
  5. ;===================================================================
  6. ;
  7. #Initialisierung_Anfang: \013\010UPP begin MAIN\013\010
  8.  
  9. #Initialisierung_Ende: @EOT\004
  10.  
  11. ;==============================================================================
  12. ; Absolute und relative Positionierung
  13. ; Bei Angabe des Wertes als Zahl (wie z. B. bei HP) "xxxx" einsetzen
  14. ; Bei Verwendung von 2 ASCII-Zeichen \mmm\nnn statt "n1 n2"
  15. ;
  16. #Posi_X_Absolut:   @XP:xxxx@             ; Positionierung x-Position
  17. #Posi_Y_Rel_Plus:  @YP:xxxx@             ; Positionierung y von der aktuellen Position aus
  18.  
  19. #Punkte_X_Pro_Inch:  1000                ; Punktzahl pro Inch in X-Position
  20. #Punkte_Y_Pro_Inch:  1000                ; Punktzahl pro Inch in Y-Position
  21.  
  22. ;=============================================================================
  23. ; ggf. \nnn als Variable für die Zeilenzahl verwenden
  24. #Setze_Seiten_Laenge:  @LPP:mmm@         ; Befehl für Zeilenzahl pro Seite
  25.  
  26. ;=============================================================================
  27. ; Für Postscript
  28. #PS_Prolog:   pscrorg.prn                ; Datei mit Prolog
  29.  
  30. ;=================================================================
  31. ; "normale" Sequenzen                                            ;
  32. ; (standardmäßig vorgesehen - wenn nicht vorhanden, leer lassen  ;
  33. ;=================================================================
  34. #^standard        @FONT:1@     ; Standardschrift (Courier) ein
  35. #^F1              @FONT:1@     ; Courier
  36. #^F2              @FONT:2@     ; Times-Roman
  37. #^F3              @FONT:3@     ; Helvetica
  38. #^F4              @FONT:4@     ; AvantGarde-Book
  39. #^F5              @FONT:5@     ; Bookman-Light
  40. #^F6              @FONT:6@     ; Helvetica-Narrow
  41. #^F7              @FONT:7@     ; NewCenturySchlbk-Roman
  42. #^F8              @FONT:8@     ; Palatino-Roman
  43. #^F9              @FONT:9@     ; ZapfChancery-MediumItalic
  44. #^F10             @FONT:10@    ; Symbol
  45. #^F11             @FONT:11@    ; ZapfDingsbat
  46. #^F12             @FONT:12@    ; PcSymbol
  47.  
  48. #^elite           @SIZE:10@       ; Elite ein
  49. #^lelite          @SIZE:0@        ; Elite aus
  50.  
  51. #^fett            @FEIN           ; Fettschrift ein (@FEIN)
  52. #^lfett           @FAUS           ; Fettschrift aus (@FAUS)
  53.  
  54. #^schmal          @SIZE:7.74@     ; Schmalschrift ein (15.5 cpi)
  55. #^lschmal         @SIZE:0@        ; Schmalschrift aus
  56.  
  57. #^breit           @SIZE:24@       ; Breitschrift (5 cpi) ein
  58. #^lbreit          @SIZE:0@        ; Breitschrift aus
  59.  
  60. #^klein           @SIZE:10@       ; Kleinschrift (12 cpi) ein
  61. #^lklein          @SIZE:0@        ; Kleinschrift aus
  62.  
  63. #^prop            @PEIN           ; Proportionalschrift ein (@PEIN)
  64. #^lprop           @PAUS           ; Proportionalschrift aus (@PAUS)
  65.  
  66. #^kursiv          @KEIN           ; Kursivschrift ein (@KEIN)
  67. #^lkursiv         @KAUS           ; Kursivschrift aus (@KAUS)
  68.  
  69. #^ust             @UEIN           ; Unterstreichung ein (@UEIN)
  70. #^lust            @UAUS           ; Unterstreichung aus (@UAUS)
  71.  
  72.