home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 179.img / WS6#18P5.LZH / IBM4019F.PS < prev    next >
Text File  |  1990-02-17  |  1KB  |  40 lines

  1.  
  2. %  .bn1 pull letter from upper tray on the IBM 4019.
  3. /ibmul {statusdict begin 0 setpapertray 
  4.     /letter trayswitch false end
  5.     /pgsize 11 inch def} def
  6.  
  7. %  .bn2 pull letter from lower tray on the IBM 4019.
  8. /ibmll {statusdict begin 1 setpapertray 
  9.     /letter trayswitch false end
  10.     /pgsize 11 inch def} def
  11.  
  12. %  .bn3 pull legal from upper tray on the IBM 4019.
  13. /ibmulg {statusdict begin 0 setpapertray 
  14.     /legal trayswitch false end
  15.     /pgsize 14 inch def} def
  16.  
  17. %  .bn4 pull legal from lower tray on the IBM 4019.
  18. /ibmllg {statusdict begin 1 setpapertray 
  19.     /legal trayswitch false end
  20.     /pgsize 14 inch def} def
  21.  
  22. %  .bn5 pull letter continuous on the IBM 4019.
  23. /ibmcl {statusdict begin 0 setpapertray letter
  24.     /1 setpapertray letter trayswitch true end
  25.     /pgsize 11 inch def} def
  26.  
  27. %  .bn6 pull legal continuous on the IBM 4019.
  28. /ibmclg {statusdict begin 1 setpapertray legal
  29.     /1 setpapertray legal trayswitch true end
  30.     /pgsize 14 inch def} def
  31.  
  32. %  .bn7 pull #10 envelope on the IBM 4019.
  33. /ibm10e {statusdict begin 2 setpapertray 
  34.     /4.125x9.5envelope trayswitch false end
  35.     /pgsize 9.5 inch def} def
  36.  
  37. %  .bn8 pull euro envelope on the IBM 4019.
  38. /ibmeure {statusdict begin 2 setpapertray 
  39.     /110x220envelope trayswitch false end} def
  40.