11638Srgrimes.nr _0 \n(c.
21638Srgrimes.\" Copyright (c) 1988, 1993
31638Srgrimes.\"	The Regents of the University of California.  All rights reserved.
41638Srgrimes.\"
51638Srgrimes.\" Redistribution and use in source and binary forms, with or without
61638Srgrimes.\" modification, are permitted provided that the following conditions
71638Srgrimes.\" are met:
81638Srgrimes.\" 1. Redistributions of source code must retain the above copyright
91638Srgrimes.\"    notice, this list of conditions and the following disclaimer.
101638Srgrimes.\" 2. Redistributions in binary form must reproduce the above copyright
111638Srgrimes.\"    notice, this list of conditions and the following disclaimer in the
121638Srgrimes.\"    documentation and/or other materials provided with the distribution.
131638Srgrimes.\" 3. All advertising materials mentioning features or use of this software
141638Srgrimes.\"    must display the following acknowledgement:
151638Srgrimes.\"	This product includes software developed by the University of
161638Srgrimes.\"	California, Berkeley and its contributors.
171638Srgrimes.\" 4. Neither the name of the University nor the names of its contributors
181638Srgrimes.\"    may be used to endorse or promote products derived from this software
191638Srgrimes.\"    without specific prior written permission.
201638Srgrimes.\"
211638Srgrimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
221638Srgrimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
231638Srgrimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
241638Srgrimes.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
251638Srgrimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
261638Srgrimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
271638Srgrimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
281638Srgrimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
291638Srgrimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
301638Srgrimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
311638Srgrimes.\" SUCH DAMAGE.
321638Srgrimes.\"
331638Srgrimes.\"	@(#)eqn.me	8.1 (Berkeley) 6/5/93
3472639Sasmodai.\" $FreeBSD$
351638Srgrimes.\"
361638Srgrimes.\"	%beginstrip%
371638Srgrimes.\"
381638Srgrimes.de EQ			\" *** equation start
391638Srgrimes.ec
401638Srgrimes.if !\\n(?e \
411638Srgrimes\{\
421638Srgrimes.	if "\\n(.z"|e" .tm Line \\n(c. -- Nested .EQ request
431638Srgrimes.	@D 1 "\\$1" "\\$2"
441638Srgrimes.	@C 2
451638Srgrimes.	di |e
461638Srgrimes.\}
471638Srgrimes.ls 1
481638Srgrimes.in 0
491638Srgrimes.nf
501638Srgrimes..
511638Srgrimes.de EN			\" *** equation end
521638Srgrimes.br
531638Srgrimes.ie "\\$1"C" \
541638Srgrimes\{\
551638Srgrimes.	nr ?e 1
561638Srgrimes.	sp \\n(esu
571638Srgrimes.\}
581638Srgrimes.el \
591638Srgrimes\{\
601638Srgrimes.	nr ?e 0
611638Srgrimes.	di
621638Srgrimes.	if \\n(dn \
631638Srgrimes.		@q		\" actual equation output
641638Srgrimes.	rm |e
651638Srgrimes.	rm 10
661638Srgrimes.	rm 11
671638Srgrimes.	rm 12
681638Srgrimes.	rm 13
691638Srgrimes.	rm 14
701638Srgrimes.	rm 15
711638Srgrimes.	rm 16
721638Srgrimes.	rm 17
731638Srgrimes.	rm 18
741638Srgrimes.	rm 19
751638Srgrimes.	rm 20
761638Srgrimes.	rm 21
771638Srgrimes.	rm 22
781638Srgrimes.	rm 23
791638Srgrimes.	ev
801638Srgrimes.\}
811638Srgrimes..
821638Srgrimes.de @q			\" --- equation output
831638Srgrimes.nr _Q \\n(dnu
841638Srgrimes.ev
8572639Sasmodai.sp \\n(esu			\" output rest of preceding text
861638Srgrimes.@C 2				\" .ev 2 may be jumbled from header
871638Srgrimes.ie \\n(_d=1 \
881638Srgrimes.	in (\\n(.lu+\\n($iu-\\n(dlu)/2u
891638Srgrimes.el .ie \\n(_d=2 \
901638Srgrimes.	in \\n($iu
911638Srgrimes.el .ie \\n(_d=3 \
921638Srgrimes.	in \\n(biu+\\n($iu
931638Srgrimes.el .if \\n(_d=4 \
941638Srgrimes.	in 0
951638Srgrimes.if !"\\n(.z"" \!.ne \\n(_Qu
961638Srgrimes.ne \\n(_Qu+\n(.Vu		\" keep it on one page
971638Srgrimes.mk _q
981638Srgrimes.if \n@>1 .tm --@e: _Q=\\n(_Q _q=\\n(_q nl=\\n(nl |p=\\*(|p
991638Srgrimes.if !"\\*(|p"" \
1001638Srgrimes\{\
1011638Srgrimes.	rs
1021638Srgrimes.	sp (\\n(_Qu-\\n(.vu)/2u
1031638Srgrimes.	tl """\\*(|p"
1041638Srgrimes.	rt \\n(_qu
1051638Srgrimes.\}
1061638Srgrimes.|e
1071638Srgrimes.sp |\\n(_qu+\\n(_Qu
1081638Srgrimes.sp \\n(esu+\\n(.Lv-1v
1091638Srgrimes.rr _q
1101638Srgrimes.rr _Q
1111638Srgrimes..
1121638Srgrimes.nr c. \n(_0
113