From 590b61cdc1120315197f65dd780c919b6e13e385 Mon Sep 17 00:00:00 2001 From: thing1 Date: Mon, 24 Mar 2025 18:35:17 +0000 Subject: maths and comp sci --- maths/work/projectiles/1.ms | 11 +++++++++++ maths/work/projectiles/Makefile | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 maths/work/projectiles/1.ms create mode 100644 maths/work/projectiles/Makefile (limited to 'maths/work/projectiles') 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 + + -- cgit v1.2.3