summaryrefslogtreecommitdiff
path: root/maths/work
diff options
context:
space:
mode:
Diffstat (limited to 'maths/work')
-rw-r--r--maths/work/rev/Makefile4
-rw-r--r--maths/work/rev/parametrics.ms (renamed from maths/work/rev1/parametrics.ms)6
-rw-r--r--maths/work/rev1/Makefile4
3 files changed, 4 insertions, 10 deletions
diff --git a/maths/work/rev/Makefile b/maths/work/rev/Makefile
new file mode 100644
index 0000000..acac884
--- /dev/null
+++ b/maths/work/rev/Makefile
@@ -0,0 +1,4 @@
+all: parametrics.ms
+ eqn parametrics.ms | groff -Tps -ms | ps2pdf - > parametrics.pdf
+
+
diff --git a/maths/work/rev1/parametrics.ms b/maths/work/rev/parametrics.ms
index cd69917..eca4a72 100644
--- a/maths/work/rev1/parametrics.ms
+++ b/maths/work/rev/parametrics.ms
@@ -381,9 +381,3 @@ cos(t) = y - 2
.EN
This is an oval shape.
-.G1
-frame ht 1 wid 3
-draw solid
-pi=atan2(0,-1)
-for i from 0 to 2*pi by .1 do { next at i, sin(i) }
-.G2
diff --git a/maths/work/rev1/Makefile b/maths/work/rev1/Makefile
deleted file mode 100644
index 77969aa..0000000
--- a/maths/work/rev1/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: parametrics.ms
- eqn parametrics.ms | groff -Gp -Tps -ms | ps2pdf - > parametrics.pdf
-
-