Deleted Added
full compact
eqn.7 (302408) eqn.7 (322249)
1.\" $Id: eqn.7,v 1.35 2015/03/30 16:06:14 schwarze Exp $
1.\" $Id: eqn.7,v 1.36 2017/07/20 11:07:27 schwarze Exp $
2.\"
3.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
4.\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
5.\"
6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies.
9.\"
10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\"
2.\"
3.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
4.\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
5.\"
6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies.
9.\"
10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\"
18.Dd $Mdocdate: March 30 2015 $
18.Dd $Mdocdate: July 20 2017 $
19.Dt EQN 7
20.Os
21.Sh NAME
22.Nm eqn
23.Nd eqn language reference for mandoc
24.Sh DESCRIPTION
25The
26.Nm eqn

--- 93 unchanged lines hidden (view full) ---

120available: alpha, beta, chi, delta, epsilon, eta, gamma, iota, kappa,
121lambda, mu, nu, omega, omicron, phi, pi, psi, rho, sigma, tau, theta,
122upsilon, xi, zeta, DELTA, GAMMA, LAMBDA, OMEGA, PHI, PI, PSI, SIGMA,
123THETA, UPSILON, XI, inter (intersection), union (union), prod (product),
124int (integral), sum (summation), grad (gradient), del (vector
125differential), times (multiply), cdot (center-dot), nothing (zero-width
126space), approx (approximately equals), prime (prime), half (one-half),
127partial (partial differential), inf (infinity), >> (much greater), <<
19.Dt EQN 7
20.Os
21.Sh NAME
22.Nm eqn
23.Nd eqn language reference for mandoc
24.Sh DESCRIPTION
25The
26.Nm eqn

--- 93 unchanged lines hidden (view full) ---

120available: alpha, beta, chi, delta, epsilon, eta, gamma, iota, kappa,
121lambda, mu, nu, omega, omicron, phi, pi, psi, rho, sigma, tau, theta,
122upsilon, xi, zeta, DELTA, GAMMA, LAMBDA, OMEGA, PHI, PI, PSI, SIGMA,
123THETA, UPSILON, XI, inter (intersection), union (union), prod (product),
124int (integral), sum (summation), grad (gradient), del (vector
125differential), times (multiply), cdot (center-dot), nothing (zero-width
126space), approx (approximately equals), prime (prime), half (one-half),
127partial (partial differential), inf (infinity), >> (much greater), <<
128(much less), \-> (left arrow), <\- (right arrow), +\- (plus-minus), !=
128(much less), <\- (left arrow), \-> (right arrow), +\- (plus-minus), !=
129(not equal), == (equivalence), <= (less-than-equal), and >=
130(more-than-equal).
131The character escape sequences documented in
132.Xr mandoc_char 7
133can be used, too.
134.Pp
135The following control statements are available:
136.Bl -tag -width Ds

--- 364 unchanged lines hidden ---
129(not equal), == (equivalence), <= (less-than-equal), and >=
130(more-than-equal).
131The character escape sequences documented in
132.Xr mandoc_char 7
133can be used, too.
134.Pp
135The following control statements are available:
136.Bl -tag -width Ds

--- 364 unchanged lines hidden ---