BSD 3 development
[unix-history] / usr / lib / learn / eqn / L1.1e
CommitLineData
fd15fd37
BJ
1#print
2So far all the equations have been centered, which is what
3"-ms" does unless you tell it differently.
4You can also arrange for equations to be left-adjusted -
5that is, right up against the left margin - by saying
6 .EQ L
7If there is a number, place it _____\b\b\b\b\bafter the L, separated by a
8space, like this:
9 .EQ L (3a)
10
11Make the equation in "Example" left-justified with
12the number (3.1a) in the right margin and print it
13to make sure everything works. Then type "ready".
14#once #create Example
15.PP
16This is a tiny little text
17(which you're undoubtedly sick of by now)
18that includes one equation
19or at least it will when you find this line:
20.EQ
21x sup i = y sup i
22.EN
23and convert it into an equation.
24(Naturally I changed it.)
25.pl 1
26#user
27grep '\.EQ *L *(3.1a)$' <Example >/dev/null
28#log
29#next
301.1f 10