home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 344a.lha / Post_v.02 / demo.ps next >
Encoding:
Text File  |  1990-01-28  |  528 b   |  22 lines

  1. %! PostScript demo to run all the examples
  2. %
  3. % To run it type:
  4. %
  5. %     post demo.ps screen
  6. %
  7. % You will need a machine with 1 megabyte!
  8. %
  9. % To view the output screen type Left-Amiga/m and to return to the workbench
  10. % screen type Left-Amiga/n.  Or you can use the depth gadgets; the one on
  11. % the PostScript screen is functional, though not visible
  12.  
  13. (init.ps) run
  14.  
  15. % As supplied the demo will run without stopping.  To make it pause after
  16. % completing each screen, uncomment the following line:
  17.  
  18. %showwait
  19.  
  20. (examples/all.ps) run
  21.  
  22.