home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / postscript / psutils_1 / !PSUtils_man_psnup < prev    next >
Encoding:
Text File  |  1995-06-03  |  4.3 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      PSNUP(1) UNIX System V (PSUtils Release 1 Patchlevel 13) PSNUP(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           psnup - multiple pages per sheet
  10.  
  11.      SYNOPSIS
  12.           psnup [ -wwidth ] [ -hheight ] [ -ppaper ] [ -l ] [ -r ] [
  13.           -f ] [ -c ] [ -mmargin ] [ -bborder ] [ -dlwidth ] [ -sscale
  14.           ] [ -nup ] [ -q ] [ infile [ outfile ] ]
  15.  
  16.      DESCRIPTION
  17.           Psnup puts multiple logical pages onto each physical sheet
  18.           of paper.  The input PostScript file should follow the Adobe
  19.           Document Structuring Conventions.
  20.  
  21.           The -w option gives the paper width, and the -h option gives
  22.           the paper height, normally specified in cm or in to convert
  23.           PostScript's points (1/72 of an inch) to centimeters or
  24.           inches.  The -p option can be used as an alternative, to set
  25.           the paper size to a3, a4, a5, b5, letter, legal, or 10x14.
  26.           The default paper size is a4.
  27.  
  28.           The -l option should be used for pages which are in
  29.           landscape orientation (rotated 90 degrees anticlockwise).
  30.           The -r option should be used for pages which are in seascape
  31.           orientation (rotated 90 degrees clockwise), and the -f
  32.           option should be used for pages which have the width and
  33.           height interchanged, but are not rotated.
  34.  
  35.           Psnup normally uses `row-major' layout, where adjacent pages
  36.           are placed in rows across the paper.  The -c option changes
  37.           the order to `column-major', where successive pages are
  38.           placed in columns down the paper.
  39.  
  40.           A margin to leave around the whole page can be specified
  41.           with the -m option. This is useful for sheets of `thumbnail'
  42.           pages, because the normal page margins are reduced by
  43.           putting multiple pages on a single sheet.
  44.  
  45.           The -b option is used to specify an additional margin around
  46.           each page on a sheet.
  47.  
  48.           The -d option draws a line around the border of each page,
  49.           of the specified width.  If the lwidth parameter is omitted,
  50.           a default linewidth of 1 point is assumed. The linewidth is
  51.           relative to the original page dimensions, i.e. it is scaled
  52.           down with the rest of the page.
  53.  
  54.           The scale chosen by psnup can be overridden with the -s
  55.           option. This is useful to merge pages which are already
  56.           reduced.
  57.  
  58.           The -nup option selects the number of logical pages to put
  59.           on each sheet of paper. This can be any whole number; psnup
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 6/3/95)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      PSNUP(1) UNIX System V (PSUtils Release 1 Patchlevel 13) PSNUP(1)
  71.  
  72.  
  73.  
  74.           tries to optimise the layout so that the minimum amount of
  75.           space is wasted. If psnup cannot find a layout within its
  76.           tolerance limit, it will abort with an error message. The
  77.           alternative form i nup can also be used, for compatibility
  78.           with other n-up programs.
  79.  
  80.           Psnup normally prints the page numbers of the pages re-
  81.           arranged; the -q option suppresses this.
  82.  
  83.      EXAMPLES
  84.           The potential use of this utility is varied but one
  85.           particular use is in conjunction with psbook(1). For
  86.           example, using groff to create a PostScript document and lpr
  87.           as the UNIX print spooler a typical command line might look
  88.           like this:
  89.  
  90.           groff -Tps -ms file | psbook | psnup -2 | lpr
  91.  
  92.           Where file is a 4 page document this command will result in
  93.           a two page document printing two pages of file per page and
  94.           rearranges the page order to match the input pages 4 and 1
  95.           on the first output page and pages 2 then 3 of the input
  96.           document on the second output page.
  97.  
  98.      AUTHOR
  99.           Angus Duggan
  100.  
  101.      SEE ALSO
  102.           psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1),
  103.           psresize(1), getafm(1), fixdlsrps(1), fixfmps(1),
  104.           fixmacps(1), fixpsditps(1), fixpspps(1), fixtpps(1),
  105.           fixwfwps(1), fixwpps(1), fixwwps(1), extractres(1),
  106.           includeres(1)
  107.  
  108.      TRADEMARKS
  109.           PostScript is a trademark of Adobe Systems Incorporated.
  110.  
  111.      BUGS
  112.           Psnup does not accept all DSC comments.
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                           (printed 6/3/95)
  130.  
  131.  
  132.  
  133.