summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-03-22 15:10:06 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-03-22 15:10:06 -0400
commit97c5b833811e6884e8152996c1ffd68205290bee (patch)
tree4adc53d2258a5ed6c66856c44ed02b459dda6467
parentb30a64b5da75096ed18d6a3901959fc52c0937c2 (diff)
added stub papers
-rw-r--r--Makefile4
-rw-r--r--execsumm/document.tex4
-rw-r--r--format.tex18
-rw-r--r--progreport/document.tex4
4 files changed, 24 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 163bc67..11e867d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.POSIX:
.SUFFIXES: .tex .pdf
all: progreport/document.pdf execsumm/document.pdf
-progreport/document.pdf: progreport/document.tex
-execsumm/document.pdf: execsumm/document.tex
+progreport/document.pdf: progreport/document.tex format.tex
+execsumm/document.pdf: execsumm/document.tex format.tex
.tex.pdf:
pdftex $<
clean:
diff --git a/execsumm/document.tex b/execsumm/document.tex
new file mode 100644
index 0000000..4db9e4a
--- /dev/null
+++ b/execsumm/document.tex
@@ -0,0 +1,4 @@
+\input ../format
+\titlesub{Part 3: Executive Summary}{Mystery Circuit}
+
+\bye
diff --git a/format.tex b/format.tex
index 1fa9d04..8c7dfa5 100644
--- a/format.tex
+++ b/format.tex
@@ -17,12 +17,22 @@
\font\fourteenrm=cmr12 at 14pt
\font\twelverm=cmr12
+%% \themonth
+\edef\themonth{%
+ \ifcase\month
+ \or Jan\or Feb\or Mar%
+ \or Apr\or May\or Jun%
+ \or Jul\or Aug\or Sep%
+ \or Oct\or Nov\or Dec%
+ \fi
+}
+
%% Headers
{\obeylines\parindent=0in
-Holden Rohrer, Holden Watson, and Nithya Jayakumar
-2019 Oct 21
-Applied Combinatorics--Math 3012
-Livshyts
+Holden Rohrer and Nithya Jayakumar
+2020 \themonth \number\day
+Differential Equations (MATH 2552)
+Mayer
\medskip
}
diff --git a/progreport/document.tex b/progreport/document.tex
new file mode 100644
index 0000000..dc6dcd5
--- /dev/null
+++ b/progreport/document.tex
@@ -0,0 +1,4 @@
+\input ../format
+\titlesub{Part 2: Progress Report}{Mystery Circuit}
+
+\bye