aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 14:26:32 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 14:26:32 +0000
commitb8569a73f84b759cd29444e746f2e7f8d07d1d1f (patch)
treec533844308d0b5afcbf8487ad8bdc07cd8e23a8f /eqn.7
parent6c92b33c82f700e7de6fd5bd6ab7360f45905649 (diff)
downloadmandoc-b8569a73f84b759cd29444e746f2e7f8d07d1d1f.tar.gz
mandoc-b8569a73f84b759cd29444e746f2e7f8d07d1d1f.tar.zst
mandoc-b8569a73f84b759cd29444e746f2e7f8d07d1d1f.zip
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.720
1 files changed, 14 insertions, 6 deletions
diff --git a/eqn.7 b/eqn.7
index 09338d8f..52e3095f 100644
--- a/eqn.7
+++ b/eqn.7
@@ -1,4 +1,4 @@
-.\" $Id: eqn.7,v 1.15 2011/07/22 13:48:52 kristaps Exp $
+.\" $Id: eqn.7,v 1.16 2011/07/22 14:26:32 kristaps Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -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