diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 14:26:32 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 14:26:32 +0000 |
commit | 9ff714c4d1575c1f56c58d6d0a2632df41c604c7 (patch) | |
tree | c256231be4a04a9e2437e95f3059359ca7368b72 /eqn.7 | |
parent | a2c6238b240c9704df8f935f839bba4c7cf2a938 (diff) | |
download | mandoc-9ff714c4d1575c1f56c58d6d0a2632df41c604c7.tar.gz |
Add all rendered symbols used by eqn. I use the Second-Edition User's
Manual (1978) for this, so it should catch most of them. They just map
into the mandoc_char escaped characters.
Diffstat (limited to 'eqn.7')
-rw-r--r-- | eqn.7 | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -89,11 +89,19 @@ non-empty quoted string. Unless within a quoted string, white-space (and enclosing literal quote pairs) is thrown away. Quoted strings are not scanned for replacement definitions. -The following text tokens are translated into an acceptable front-end -format, if available: alpha, beta, chi, delta, epsilon, eta, gamma, -iota, kappa, lambda, mu, nu, omega, omicron, phi, pi, psi, rho, sigma, -tau, theta, upsilon, xi, zeta, DELTA, GAMMA, LAMBDA, OMEGA, PHI, PI, -PSI, SIGMA, THETA, UPSILON, and XI. +.Pp +The following TEXT terms are translated into a rendered glyph, if +available: alpha, beta, chi, delta, epsilon, eta, gamma, iota, kappa, +lambda, mu, nu, omega, omicron, phi, pi, psi, rho, sigma, tau, theta, +upsilon, xi, zeta, DELTA, GAMMA, LAMBDA, OMEGA, PHI, PI, PSI, SIGMA, +THETA, UPSILON, XI, inter (intersection), union (union), prod (product), +int (integral), sum (summation), grad (gradient), del (vector +differential), times (multiply), cdot (centre-dot), nothing (zero-width +space), approx (approximately equals), prime (prime), half (one-half), +partial (partial differential), inf (infinity), >> (much greater), << +(much less), \-> (left arrow), <\- (right arrow), += (plus-minus), != +(not equal), == (equivalence), <= (less-than-equal), and >= +(more-than-equal). .Pp The following control statements are available: .Bl -tag -width Ds |