BSD 3 development
[unix-history] / usr / lib / learn / eqn / L9.1b
CommitLineData
fd15fd37
BJ
1#once #create message
2.ND
3.tr %$
4.EQ
5delim $$
6.EN
7.LP
8You sometimes have to make explicit what you
9mean when you say "bar", by putting in braces
10to enclose the parts that you want the bar
11to be over.
12For example, what has to be done to make
13the output
14.EQ
15{x sub i} bar
16.EN
17Find out (by putting braces in the right place
18if necessary) in the file "Example", then
19type "ready" after you have successfully modified it.
20.pl 1
21#once #create Ref
22.EQ
23delim $$
24.EN
25.LP
26.EQ
27{x sub i} bar
28.EN
29.pl 1
30#once #create Example
31.EQ
32delim $$
33.EN
34.LP
35.EQ
36x sub i bar
37.EN
38.pl 1
39#
40#once neqn Ref | nroff >X1 &
41#once neqn message Ref | nroff -T$term %s/tinyms -
42#user
43neqn Example | nroff >X2
44#cmp X1 X2
45#log
46#next
4710.1a 10
489.2b 5