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

Diff for /mandoc/eqn.7 between version 1.23 and 1.27

version 1.23, 2011/07/23 18:41:18 version 1.27, 2011/09/02 19:37:35
Line 30  and
Line 30  and
 .Xr man 7  .Xr man 7
 .Ux  .Ux
 manual pages.  manual pages.
   It describes the
   .Em structure
   of an equation, not its mathematical meaning.
 This manual describes the  This manual describes the
 .Nm  .Nm
 language accepted by the  language accepted by the
Line 81  box     : text
Line 84  box     : text
         | font box          | font box
         | \*qsize\*q text box          | \*qsize\*q text box
         | \*qleft\*q text eqn [\*qright\*q text]          | \*qleft\*q text eqn [\*qright\*q text]
 col     : \*qlcol\*q | \*qrcol\*q | \*qccol\*q  col     : \*qlcol\*q | \*qrcol\*q | \*qccol\*q | \*qcol\*q
 text    : [^space\e\*q]+ | \e\*q.*\e\*q  text    : [^space\e\*q]+ | \e\*q.*\e\*q
 pile    : \*qlpile\*q | \*qcpile\*q | \*qrpile\*q  pile    : \*qlpile\*q | \*qcpile\*q | \*qrpile\*q | \*qpile\*q
 pos     : \*qover\*q | \*qsup\*q | \*qsub\*q | \*qto\*q | \*qfrom\*q  pos     : \*qover\*q | \*qsup\*q | \*qsub\*q | \*qto\*q | \*qfrom\*q
 mark    : \*qdot\*q | \*qdotdot\*q | \*qhat\*q | \*qtilde\*q | \*qvec\*q  mark    : \*qdot\*q | \*qdotdot\*q | \*qhat\*q | \*qtilde\*q | \*qvec\*q
         | \*qdyad\*q | \*qbar\*q | \*qunder\*q          | \*qdyad\*q | \*qbar\*q | \*qunder\*q
Line 114  partial (partial differential), inf (infinity), >> (mu
Line 117  partial (partial differential), inf (infinity), >> (mu
 The following control statements are available:  The following control statements are available:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Cm define  .It Cm define
 Replace all occurances of a key with a value.  Replace all occurrences of a key with a value.
 Its syntax is as follows:  Its syntax is as follows:
 .Pp  .Pp
 .D1 define Ar key cvalc  .D1 define Ar key cvalc
Line 184  The
Line 187  The
 and  and
 .Ar val  .Ar val
 are not expanded for replacements.  are not expanded for replacements.
   This statement is a GNU extension.
 .It Cm undef  .It Cm undef
 Unset a previously-defined key.  Unset a previously-defined key.
 Its syntax is as follows:  Its syntax is as follows:
Line 196  is discarded.
Line 200  is discarded.
 The  The
 .Ar key  .Ar key
 is not expanded for replacements.  is not expanded for replacements.
   This statement is a GNU extension.
 .El  .El
 .Sh COMPATIBILITY  .Sh COMPATIBILITY
 This section documents the compatibility of mandoc  This section documents the compatibility of mandoc
Line 270  was added in 2011.
Line 275  was added in 2011.
 This  This
 .Nm  .Nm
 reference was written by  reference was written by
 .An Kristaps Dzonsons Aq kristaps@bsd.lv .  .An Kristaps Dzonsons ,
   .Mt kristaps@bsd.lv .

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.27

CVSweb