home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 21 PDrivers / 21-PDrivers.zip / psnupos2.zip / nup.post.ps < prev    next >
Text File  |  1995-01-24  |  730b  |  24 lines

  1. %! nup.post.ps -- Postlude for n-up printing. $Revision: 4.2 $
  2. %
  3. % Ned Batchelder, University of Pennsylvania
  4. % ned@UPenn.CSnet
  5. %
  6. % This PostScript code is Copyright 1986 by Ned Batchelder and the Trustees of
  7. % the University of Pennsylvania. Permission is granted to freely distribute
  8. % this file provided that this notice is kept intact and that all its companion
  9. % files are distributed with it. Modified versions may be distributed provided 
  10. % that all changes are properly documented in the file itself, and that any
  11. % interesting modifications are reported back to me at the address above.
  12. %
  13. % Companions to this file:
  14. %    nup.pre.ps
  15. %
  16.  
  17. $Nup begin
  18. spot 0 ne {
  19.     -showpage
  20. } if
  21. end
  22.  
  23. % end of nup.post.ps
  24.