summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/eqn/L12.1c
diff options
context:
space:
mode:
authorIan Darwin <ian@cvs.openbsd.org>2010-07-01 02:32:44 +0000
committerIan Darwin <ian@cvs.openbsd.org>2010-07-01 02:32:44 +0000
commit45ca25a442bb20327ed354e7d7e41562c1a44bd3 (patch)
treed9a8046ae9e4128e860932712aa0331999b80bf5 /usr.bin/learn/lib/eqn/L12.1c
parent4716bf471cde28d86c268064b1d84401ca0b7bd1 (diff)
Remove a long-dead skeleton found under the floorboards.
"go for it" tedu@, "kill it" deraadt@
Diffstat (limited to 'usr.bin/learn/lib/eqn/L12.1c')
-rw-r--r--usr.bin/learn/lib/eqn/L12.1c44
1 files changed, 0 insertions, 44 deletions
diff --git a/usr.bin/learn/lib/eqn/L12.1c b/usr.bin/learn/lib/eqn/L12.1c
deleted file mode 100644
index 20bf122ccbd..00000000000
--- a/usr.bin/learn/lib/eqn/L12.1c
+++ /dev/null
@@ -1,44 +0,0 @@
-#once #create message
-.ND
-.tr %$
-.EQ
-delim $$
-.EN
-.LP
-Of course the thing with bars or braces around it can
-still be part of larger expressions: the input
- .EQ
- left | {a over b ~+~ c over d} over 2 right | over a+b+c+d
- .EN
-produces
-.EQ
-left | {a over b ~+~ c over d} over 2 right | over a+b+c+d
-.EN
-
-For practice, modify file "Example" so it produces output
-that looks like this, then type "ready".
-.pl 1
-#once #create Ref
-.LP
-.EQ
-left |
-{a over b ~+~ c over d} over 2
-right |
-sup half
-.EN
-.pl 1
-#once #create Example
-.LP
-.EQ
-replace me
-.EN
-.pl 1
-#
-#once neqn Ref | nroff >X1 &
-#once neqn message Ref | nroff -T$term %s/tinyms -
-#user
-neqn Example | nroff >X2
-#cmp X1 X2
-#log
-#next
-12.1d 10