BSD 3 development
[unix-history] / usr / lib / learn / eqn / L2.2e
CommitLineData
fd15fd37
BJ
1#print
2Make the two equations in "Example" look like these two,
3then type "ready".
4
5#once #create Ref
6.ND
7.LP
8.EQ (1.1)
9PI ~=~ ( pi sub 1 , pi sub 2 ,..., pi sub n )
10.EN
11.EQ (1.2)
12pi bar ~=~ sum ( alpha , beta )
13.EN
14.pl 1
15#once #create Example
16.ND
17.LP
18.EQ
19PHI = ( phi sub 1 , phi sub 2 ,..., phi sub n )
20.EN
21.EQ
22phi bar = sum (A,B)
23.EN
24.pl 1
25#
26#once neqn Ref | nroff >X1 &
27#once neqn Ref | nroff -T$term %s/tinyms -
28#user
29neqn Example | nroff >X2
30#cmp X1 X2
31#fail
32Don't forget equation numbering and spaces
33where needed. Print file "Chars" if you've forgotten
34the character names.
35#log
36#next
372.1f