From 92088181f9eb08609200dbca219279cef2e8f413 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Mon, 19 Aug 2019 22:32:08 -0400 Subject: added reading notes --- wroblewski-world/reading-notes/compile.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 wroblewski-world/reading-notes/compile.tex (limited to 'wroblewski-world/reading-notes/compile.tex') diff --git a/wroblewski-world/reading-notes/compile.tex b/wroblewski-world/reading-notes/compile.tex new file mode 100644 index 0000000..09b7704 --- /dev/null +++ b/wroblewski-world/reading-notes/compile.tex @@ -0,0 +1,13 @@ +%Compiles all notes +\input notes.tex + +\def\dir{wroblewski-world/reading-notes} +\def\file#1{\input \dir/#1 \maketerms \smallskip\hrule\smallskip} + +\input \dir/terms.tex %Should this be moved to main? + +%Actual Notes +\file{day5.tex} +\file{day6.tex} + +\bye -- cgit