From 6086bbc8826d558bedab6933913c6793850470fb Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Thu, 9 Mar 2023 11:48:20 -0500 Subject: As presented at Rutgers on 2023-03-09 --- README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..874eea4 --- /dev/null +++ b/README @@ -0,0 +1,36 @@ +This directory contains the source files to typeset the presentation, and +generate the figures. This can be accomplished by running + make + +The figures were obtained using simplesolv v0.4: + http://ian.jauslin.org/software/simplesolv + +This document uses a custom class file, located in the 'libs' directory, which +defines a number of commands. + + +* Dependencies: + + pdflatex + TeXlive packages: + amsfonts + array + graphics + hyperref + latex + pgf + standalone + xcolor + GNU make + +* Files: + + Jauslin_Rutgers_2023.tex: + main LaTeX file + + libs: + custom LaTeX class file + + figs: + source code for the figures + -- cgit v1.2.3-54-g00ecf