home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 21 PDrivers / 21-PDrivers.zip / psnupos2.zip / psnup.readme < prev    next >
Text File  |  1995-01-24  |  2KB  |  32 lines

  1.     Nup is designed to be used as a wrap around any PostScript file.
  2. Simply prepend nup.pre.ps, and append nup.post.ps, and it should work. There
  3. are three tokens in nup.pre.ps which need to be changed before sending it to
  4. the printer:
  5.     @#@Pages@#@    should be changed to the number of pages per sheet.
  6.             2 gets you 2-up, 16 gets you 16-up, etc.
  7.     @#@Rev@#@    Should be changed to 'true' or 'false', depending on
  8.             whether you want the first page in the file to
  9.             appear in the lower right corner of the page or the
  10.             upper left. This is designed to accomodate files
  11.             which have had their pages reversed.
  12.     @#@Start@#@    Should be changed to the number of the spot where
  13.             you want the first page to appear. This is to allow
  14.             for 2-up printing with the first page on the right
  15.             hand side, like a book.
  16.  
  17. I change these for each run with sed in a shell script that puts it all
  18. together.
  19.     Since Nup is heavily commented, I have provided psc, which
  20. compresses out white space and comments to provide a more efficient
  21. downloadable file. I call the compressed versions nup.pro and nup.epi, which
  22. is in keeping with Adobe's naming scheme.
  23.     As the header for the file indicates, I'd like to see any
  24. interesting modification of Nup. Deletion of unwanted features ("I got rid
  25. of those borders") does not count as interesting.
  26.     Finally, If you have produced any other code to do things like this,
  27. announce it on the net. There are lots of people, including me, who would
  28. like to see it.
  29.  
  30.     --Ned Batchelder
  31.     (ned@UPenn.CSNet)
  32.