[BACK]Return to eqn.7 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/eqn.7 between version 1.8 and 1.11

version 1.8, 2011/07/21 12:34:09 version 1.11, 2011/07/21 14:13:00
Line 63  The equation grammar is as follows:
Line 63  The equation grammar is as follows:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 eqn     : box | eqn box  eqn     : box | eqn box
 box     : text  box     : text
         | { eqn }          | { eqn }
         | DEFINE text text          | DEFINE text text
         | SET text text          | SET text text
         | UNDEF text          | UNDEF text
           | box pos box
           | box mark
           | font box
 text    : TEXT  text    : TEXT
   pos     : OVER
           | SUP
           | SUB
           | TO
           | FROM
   mark    : DOT
           | DOTDOT
           | HAT
           | TILDE
           | VEC
           | DYAD
           | BAR
           | UNDER
   font    : ROMAN
           | ITALIC
           | BOLD
 .Ed  .Ed
 .Pp  .Pp
 Data in TEXT form is a non-empty sequence of non-space characters or a  Data in TEXT form is a non-empty sequence of non-space characters or a

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.11

CVSweb