home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / TOOLS / MPAGE / MPAGE.ZIP / mpage.man < prev    next >
Text File  |  1997-09-25  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4. MPAGE(Local)                                         MPAGE(Local)
  5.  
  6.  
  7. NNAAMMEE
  8.        mpage  -  print  muliple  pages  per  sheet  on POSTSCRIPT
  9.        printer
  10.  
  11. SSYYNNOOPPSSIISS
  12.        mmppaaggee  [[--11224488ppoovvssnnlluuaaAA]]  [[--LLlliinneess]]  [[--WWwwiiddtthh]]   [[--hhhheeaaddeerr]]
  13.        [[--PPpprriinntteerr]] [[ffiilleess......]]
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        _M_p_a_g_e  reads  plain text files or POSTSCRIPT documents and
  17.        prints them on a POSTSCRIPT printer with the text  reduced
  18.        in  size  so  that  several  pages apperar on one sheet of
  19.        paper.  This is useful for viewing large  printouts  on  a
  20.        small amount of paper.
  21.  
  22.        The following options are recognized:
  23.  
  24.        --88     Print 8 normal pages per sheet.
  25.  
  26.        --44     Print 4 normal pages per sheet _[_d_e_f_a_u_l_t_]_.
  27.  
  28.        --22     Print 2 normal pages per sheet.
  29.  
  30.        --11     Print  1 normal page per sheet (included for symme-
  31.               try).
  32.  
  33.        --pp     Pipe input through pprr(11) before  printing  (assumes
  34.               the input is a text file).
  35.  
  36.        --oo     Print   an   outline   around  each  reduced  page.
  37.               _[_d_e_f_a_u_l_t_]_.
  38.  
  39.        --bb     Don't print an outline, so the reduced pages appear
  40.               on a blank background.
  41.  
  42.        --vv     Print  to  the standard error output a count of the
  43.               number of sheets  produced  for  printing  (verbose
  44.               mode) _[_d_e_f_a_u_l_t_]_.
  45.  
  46.        --ss     Don't print the count of sheets (silent mode).
  47.  
  48.        --nn     Print  in  normal  (portrait) mode.  The page is 66
  49.               lines  long  by  80  characters  wide  by   default
  50.               _[_d_e_f_a_u_l_t_]_.
  51.  
  52.        --ll     Print in landscape mode.  The page is 55 lines long
  53.               by 132 characters wide by default.
  54.  
  55.        --uu     Layout the pages on the sheet so  that  sucessively
  56.               numbered  pages  run  down the sheet (as opposed to
  57.               left to right) _[_d_e_f_a_u_l_t_]_.
  58.  
  59.        --aa     Layout the pages on the sheet so  that  sucessively
  60.               numbered  pages  run  accross the page from left to
  61.  
  62.  
  63.  
  64.                              1/13/87                            1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MPAGE(Local)                                         MPAGE(Local)
  71.  
  72.  
  73.               right.
  74.  
  75.        --AA     Prepare output for European A4 sized paper.
  76.  
  77.        --PP_p_r_i_n_t_e_r
  78.               Specify the printer to which the POSTSCRIPT  output
  79.               will  be  sent.  Using --PP with no printer specified
  80.               will send the POSTSCRIPT to  the  standard  output.
  81.               _[_d_e_f_a_u_l_t_: PPoossttSSccrriipptt_]_.
  82.  
  83.        --LL_l_i_n_e_s
  84.               Adjust  the page reduction parameters so that _l_i_n_e_s
  85.               lines will fit in the  space  of  one  page.   This
  86.               overides  the  default  values  normally  supplied.
  87.               (See the --ll and --nn options.)  If used  in  conjunc-
  88.               tion  with  the --pp option then this value is passed
  89.               to pr as well.
  90.  
  91.        --WW_w_i_d_t_h
  92.               Adjust the page reduction parameters so that a line
  93.               _w_i_d_t_h  characters long will fit in the space of one
  94.               page.  This overides the  default  values  normally
  95.               supplied.  (See the --ll and --nn options.)  If used in
  96.               conjunction with the --pp option then this  value  is
  97.               passed to pr as well.
  98.  
  99.        --hh_h_e_a_d_e_r
  100.               This is used only when the --pp switch is used and is
  101.               passed as the "--hh _h_e_a_d_e_r" option to pprr(11).
  102.  
  103.        The defaults are: mpage -4onuPPostScript.
  104.  
  105. EENNVVIIRROONNMMEENNTT
  106.        _M_p_a_g_e examines the PPRRIINNTTEERR environment variable  to  over-
  107.        ride its default printer.
  108.  
  109.        _M_p_a_g_e  also  examine  the  MMPPAAGGEE  environment variable for
  110.        default option settings.  Any  option  or  combination  of
  111.        options  can  be  specified in the MMPPAAGGEE environment vari-
  112.        able.  For example, if MPAGE is set to the string:
  113.                  --22ooPPqqmmss --LL6600
  114.        it would (in the absence of other command line  arguments)
  115.        print 2 pages per sheet, 60 lines per page, with outlines,
  116.        on the printer named qqmmss (overriding the PPRRIINNTTEERR  environ-
  117.        ment  variable,  if  it exists.)  In the environment vari-
  118.        able, white space is used as an option delimeter,  and  no
  119.        quoting is recognized.
  120.  
  121.        Any  command  line  options will override both the PPRRIINNTTEERR
  122.        and MMPPAAGGEE environment variables.
  123.  
  124. FFIILLEESS
  125.        /bin/pr   /bin/fold
  126.        /usr/tmp/mpageXXXXXX
  127.  
  128.  
  129.  
  130.                              1/13/87                            2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. MPAGE(Local)                                         MPAGE(Local)
  137.  
  138.  
  139. BBUUGGSS
  140.        Suffers under the burden of far too many switches.  (But II
  141.        wanted the choices!)
  142.  
  143.        Many others, I'm sure.
  144.  
  145. VVEERRSSIIOONN
  146.        Version 2, Released June 1989.
  147.  
  148. AAUUTTHHOORRSS
  149.        Mark  P.  Hahn (uunet!pyrdc!mark), Pyramid Technology Cor-
  150.        portation
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                              1/13/87                            3
  197.  
  198.  
  199.