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

Diff for /mandoc/eqn.7 between version 1.34 and 1.37

version 1.34, 2015/03/09 20:17:23 version 1.37, 2017/09/04 10:35:27
Line 83  box     : text
Line 83  box     : text
         | \(dqsqrt\(dq box          | \(dqsqrt\(dq box
         | box pos box          | box pos box
         | box mark          | box mark
         | \(dqmatrix\(dq \(dq{\(dq [col \(dq{\(dq list \(dq}\(dq ]*          | \(dqmatrix\(dq \(dq{\(dq [col \(dq{\(dq list \(dq}\(dq]* \(dq}\(dq
         | pile \(dq{\(dq list \(dq}\(dq          | pile \(dq{\(dq list \(dq}\(dq
         | font box          | font box
         | \(dqsize\(dq text box          | \(dqsize\(dq text box
Line 125  int (integral), sum (summation), grad (gradient), del 
Line 125  int (integral), sum (summation), grad (gradient), del 
 differential), times (multiply), cdot (center-dot), nothing (zero-width  differential), times (multiply), cdot (center-dot), nothing (zero-width
 space), approx (approximately equals), prime (prime), half (one-half),  space), approx (approximately equals), prime (prime), half (one-half),
 partial (partial differential), inf (infinity), >> (much greater), <<  partial (partial differential), inf (infinity), >> (much greater), <<
 (much less), \-> (left arrow), <\- (right arrow), +\- (plus-minus), !=  (much less), <\- (left arrow), \-> (right arrow), +\- (plus-minus), !=
 (not equal), == (equivalence), <= (less-than-equal), and >=  (not equal), == (equivalence), <= (less-than-equal), and >=
 (more-than-equal).  (more-than-equal).
 The character escape sequences documented in  The character escape sequences documented in
Line 146  is used as the delimiter for the value
Line 146  is used as the delimiter for the value
 .Ar val .  .Ar val .
 This allows for arbitrary enclosure of terms (not just quotes), such as  This allows for arbitrary enclosure of terms (not just quotes), such as
 .Pp  .Pp
 .D1 Cm define Ar foo 'bar baz'  .D1 Cm define Ar foo \(aqbar baz\(aq
 .D1 Cm define Ar foo cbar bazc  .D1 Cm define Ar foo cbar bazc
 .Pp  .Pp
 It is an error to have an empty  It is an error to have an empty
Line 166  created.
Line 166  created.
 Definitions can create arbitrary strings, for example, the following is  Definitions can create arbitrary strings, for example, the following is
 a legal construction.  a legal construction.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 define foo 'define'  define foo \(aqdefine\(aq
 foo bar 'baz'  foo bar \(aqbaz\(aq
 .Ed  .Ed
 .Pp  .Pp
 Self-referencing definitions will raise an error.  Self-referencing definitions will raise an error.

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.37

CVSweb