BSD 4_2 development
[unix-history] / usr / lib / learn / eqn / L4.1a
CommitLineData
48baa1c3
C
1#once #create message
2.ND
3.EQ
4delim $$
5.EN
6.LP
7The next neqn word to learn is "over", which makes
8fractions like
9.EQ
10a+b over c
11.EN
12In fact that line was made by
13 .EQ
14 a+b over c
15 .EN
16To begin with an easy one, reproduce
17the equation below in the file "Example", then type
18ready.
19(To get $>=$, type ">=".)
20.pl 1
21#once #create Ref
22.LP
23.EQ
24x+1 over y+1 ~>=~ x over y
25.EN
26.pl 1
27#once #create Example
28.LP
29.EQ
30replace me
31.EN
32.pl 1
33#
34#once neqn Ref | nroff >X1 &
35#once neqn message Ref | nroff -T$term %s/tinyms -
36#user
37neqn Example | nroff >X2
38#cmp X1 X2
39#log
40#next
414.1b 10
424.2a 5