summaryrefslogtreecommitdiff
path: root/maths
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-03-24 21:03:32 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-03-24 21:03:32 +0000
commit7d132db50ae2845300353b332c6951193ecaa2c2 (patch)
tree1aab909819f6b0973a4430f1ac8983261bc37dbd /maths
parent54d52ce712fac694d2893de2df3bda6af616dca6 (diff)
rename
Diffstat (limited to 'maths')
-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
-
-