From df416ba03939f71f1554df3e11c1ff6160d3110d Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 20 Oct 2019 11:46:32 -0400 Subject: added pdf archive --- README.md | 4 +++- progress.pdf | Bin 0 -> 37808 bytes 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 progress.pdf diff --git a/README.md b/README.md index 5ebf6ab..6109630 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ This repository comprises work and planning for Holden Rohrer, Holden Watson, an ## Structure -TeX documents are used to create written documents and should be compiled with `pdftex` in the main directory, as provided by your software distributor (e.g. MacTeX or TeX Live). Example: +TeX documents are used to create pdfs and should be compiled with `pdftex` in the main directory, as provided by your software distributor (e.g. MacTeX or TeX Live). Example: `` pdftex main.tex `` + +Note that pdf archives have also been included but may be out of date. diff --git a/progress.pdf b/progress.pdf new file mode 100644 index 0000000..700492a Binary files /dev/null and b/progress.pdf differ -- cgit