home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / ps / psnup / nup.post.ps < prev    next >
Text File  |  1991-02-26  |  713b  |  25 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
  9. % companion % files are distributed with it. Modified versions may be
  10. % distributed provided % that all changes are properly documented in the file
  11. % itself, and that any % interesting modifications are reported back to me at
  12. % the address above.
  13. %
  14. % Companions to this file:
  15. %    nup.pre.ps
  16. %
  17.  
  18. $Nup begin
  19. spot 0 ne {
  20.     -showpage
  21. } if
  22. end
  23.  
  24. % end of nup.post.ps
  25.