diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-14 21:56:16 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-14 21:56:16 -0500 |
commit | 90b2467e39dfdac6d0f39fafa3458cfc6102c9a8 (patch) | |
tree | ba3857a0777c7d89ed0b508a6081b4d0ef1187a2 /README | |
parent | 1eb5bfb633a5f3874e74242576f5fdbbe5bccbf4 (diff) |
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +# Topic: Distributed Systems Integrity and Correctness + +This repository comprises work and planning for Holden Rohrer, Holden Watson, and Nithya Jayakumar's Final Project for Applied Combinatorics in the Fall 2019 semester, taught by Galyna Livshyts. + +## Structure + +TeX documents are used to create pdfs and should be compiled with `pdftex` in their local directories, 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. |