BSD 4_2 development
[unix-history] / usr / lib / learn / eqn / L4.2a
CommitLineData
48baa1c3
C
1#once #create message
2.ND
3.LP
4Another practice one for using "over".
5Modify the file "Example" so it produces
6output that looks like this one, then type "ready".
7.pl 1
8#once #create Ref
9.LP
10.EQ
11a + b over c + d = e over f
12.EN
13.pl 1
14#once #create Example
15.LP
16.EQ
17replace me
18.EN
19.pl 1
20#
21#once neqn Ref | nroff >X1 &
22#once neqn message Ref | nroff -T$term %s/tinyms -
23#user
24neqn Example | nroff >X2
25#cmp X1 X2
26#log
27#next
284.1b 10