home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / pr2 / README < prev   
Encoding:
Text File  |  1992-04-10  |  1.1 KB  |  30 lines

  1. pr2.c   --  a simple page formatter similar to `pr'
  2.  
  3. usage:
  4.     pr2  [options/filenames...]
  5.  
  6. options:
  7.     -T <#>      Set number of rows in the top margin.
  8.     -B <#>      Set number of rows in the bottom margin.
  9.     -L <#>      Set number of cols in the left margin.
  10.     -R <#>      Set number of cols in the right margin.
  11.     -w <#>      Set number of cols on a page.
  12.     -l <#>      Set number of rows on a page.
  13.     -s <#>      Set the line spacing.
  14.     -p <#>      Set the page number.
  15.     -pr         Set page numbering to roman numerals
  16.     -pa         Set page numbering to arabic numerals
  17.  
  18.     -t#text     Assign 'text' to title # and turn it on.
  19.     -h#[yn]     Turn title # on or off.
  20.     -h#[tb][lcr]
  21.                 Set the position of the title:  t=top,
  22.                 b=bottom, l=left, c=center, r=right.
  23.                 Examples: tc=top center, bl=bottom left.
  24.  
  25.     -v          Displays the version number of pr2.  If
  26.                 this option is given and no files are
  27.                 specified on the command line, pr2 will
  28.                 quit immediately rather than wait for
  29.                 text from standard input.
  30.