BSD 3 development
[unix-history] / usr / lib / learn / eqn / L1.1a
CommitLineData
fd15fd37
BJ
1#print
2To properly print a file containing an equation,
3you have to type a longer-than-usual command line.
4If you are using a DASI or GSI, to print a file
5"math" that contains mathematics, you must say
6
7 neqn math | nroff -Txxx
8
9where "-Txxx" describes the terminal you are using.
10This is usually one of
11 -T300
12 -T300S
13 -T450
14It is very important that you get this line right.
15If you don't, you'll not be happy with your output.
16
17In this directory is a file called "Example"; print
18it properly, using whichever command line is
19appropriate to your terminal.
20Then type "ready".
21#once #create Example
22This is a little file that contains an
23example of a subscript and superscript:
24.ce
25.EQ
26a sub i + b sub i ~=~ c sub i sup 2
27.EN
28.pl 1
29#copyin
30#user
31#uncopyin
32grep 'neqn Example *| *nroff -T' <.copy >/dev/null
33#log
34#next
351.1b 10