home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 125_01 / nro.man < prev    next >
Text File  |  1985-03-10  |  5KB  |  135 lines

  1.  
  2.           NRO(1)
  3.  
  4.  
  5.           NAME 
  6.                nro - text processor 
  7.  
  8.           SYNOPSIS 
  9.                nro inputfile [outputfile] 
  10.  
  11.           DESCRIPTION 
  12.                NRO  is  a  text  processor  and formatter based on the
  13.                design provided in  Software  Tools  by  Kernighan  and
  14.                Plauger.  The  text and commands found in inputfile are
  15.                processed to generate formatted text. The output may be 
  16.                directed into a file if outputfile is  present  in  the
  17.                command  line; otherwise, the output will appear at the
  18.                user console. Commands are distinguished by a period in 
  19.                column one of the input followed  by  a  two  character
  20.                abbreviation  for the command funtion. The abbreviation
  21.                may then be followed by an optional numerical argument. 
  22.                The numerical argument may be an absolute value such as 
  23.                setting the right margin to a particular column, or the 
  24.                argument may be preceded by a plus sign or a minus sign 
  25.                to indicate  that  the  parameter  should  be  modified
  26.                relative  to a previous setting. The following commands
  27.                are recognized: 
  28.  
  29.                bp - begin page causes succeeding text to appear at the 
  30.                     top of a new page. The optional argument specifies 
  31.                     the page number for  the  new  page.  The  default
  32.                     value is one. 
  33.  
  34.                br  -  break  causes  succeeding text to start on a new
  35.                     line at the  current  left  margin.  There  is  no
  36.                     numerical argument for this command. 
  37.  
  38.                ce - causes the next line of text to appear centered on 
  39.                     the  output.  The  optional  argument specifies if
  40.                     more than one line is to be centered. 
  41.  
  42.                fi - fill causes the input text  to  be  rearranged  to
  43.                     obtain the maximum word count possible between the 
  44.                     previously set left and right margins. No argument 
  45.                     is expected. 
  46.  
  47.                fo  -  specifies  text to be used for a footer. Leading
  48.                     blanks may be recognized by preceding them with  a
  49.                     quotation   mark.   The  absence  of  footer  text
  50.                     indicates that a footer should not be printed. The 
  51.                     presence of the character '#' in the  text  yields
  52.                     the current page number. 
  53.  
  54.                he - specifies text to be used for a header. The format 
  55.                     is the same as for the footer. 
  56.  
  57.                in  -  indent left margin to the column value specified
  58.                     by the argument. If no argument is  provided,  the
  59.                     left margin is set to zero. 
  60.  
  61.                ju - justify causes blanks to be inserted between words 
  62.                     in  a  line  of output in order to align the right
  63.  
  64.  
  65.           11/21/80
  66.  
  67.  
  68.           NRO(1)
  69.  
  70.  
  71.                     margin. The default is to justify. 
  72.  
  73.                ls - line spacing is set to the value specified by  the
  74.                     argument. The default is for single spacing. 
  75.  
  76.                nf  -  no fill specifies that succeeding text should be
  77.                     printed without rearrangement. 
  78.  
  79.                nj - no justify specifies that  no  attempt  should  be
  80.                     made  to align the right margin. The default is to
  81.                     justify. 
  82.  
  83.                pl - page length specifies  the  number  of  lines  per
  84.                     output page. The default is sixty-six. 
  85.  
  86.                rm  -  right margin sets the column value for the right
  87.                     margin. The default is sixty. 
  88.  
  89.                sp - spacing sets the  number  of  blank  lines  to  be
  90.                     output between printed lines. 
  91.  
  92.                ti  - temporary indent alters the left margin value for
  93.                     a single succeeding line of text. 
  94.  
  95.                ul  -  underlining   is   accomplished   character   by
  96.                     character.  The  optional  argument  specifies the
  97.                     number of lines to be underlined. 
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.           11/21/80
  132.  
  133. 
  134.                nj - no justify specifies that  no  attempt  should  be
  135.