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

Diff for /mandoc/eqn.7 between version 1.17 and 1.18

version 1.17, 2011/07/22 14:55:07 version 1.18, 2011/07/22 14:59:02
Line 66  eqn     : box | eqn box
Line 66  eqn     : box | eqn box
 box     : text  box     : text
         | "{" eqn "}"          | "{" eqn "}"
         | "define" text text          | "define" text text
           | "gfont" text
         | "gsize" text          | "gsize" text
         | "set" text text          | "set" text text
         | "undef" text          | "undef" text
Line 142  foo bar 'baz'
Line 143  foo bar 'baz'
 .Ed  .Ed
 .Pp  .Pp
 Self-referencing definitions will raise an error.  Self-referencing definitions will raise an error.
   .It Cm gfont
   Set the default font of subsequent output.
   Its syntax is as follows:
   .Pp
   .D1 gfont Ar font
   .Pp
   In mandoc, this value is discarded.
 .It Cm gsize  .It Cm gsize
 Set the default size of subsequent output.  Set the default size of subsequent output.
 Its syntax is as follows:  Its syntax is as follows:
 .Pp  .Pp
 .D1 define Ar size  .D1 gsize Ar size
 .Pp  .Pp
 The  The
 .Ar size  .Ar size
 value should be an integer.  value should be an integer.
 .It Cm set  .It Cm set
 Set an equation mode.  Set an equation mode.
 Both arguments are thrown away.  In mandoc, both arguments are thrown away.
 Its syntax is as follows:  Its syntax is as follows:
 .Pp  .Pp
 .D1 set Ar key val  .D1 set Ar key val

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb