summaryrefslogtreecommitdiff
path: root/maths/work/projectiles
diff options
context:
space:
mode:
Diffstat (limited to 'maths/work/projectiles')
-rw-r--r--maths/work/projectiles/1.ms11
-rw-r--r--maths/work/projectiles/Makefile4
2 files changed, 15 insertions, 0 deletions
diff --git a/maths/work/projectiles/1.ms b/maths/work/projectiles/1.ms
new file mode 100644
index 0000000..5f5972e
--- /dev/null
+++ b/maths/work/projectiles/1.ms
@@ -0,0 +1,11 @@
+.TL
+Projectiles
+.AU
+Lucas Standen
+.AI
+QMC
+.CX
+
+.PP
+.EQ
+
diff --git a/maths/work/projectiles/Makefile b/maths/work/projectiles/Makefile
new file mode 100644
index 0000000..2338b2c
--- /dev/null
+++ b/maths/work/projectiles/Makefile
@@ -0,0 +1,4 @@
+all: 1.ms
+ eqn 1.ms | groff -Tps -ms | ps2pdf - > 1.pdf
+
+