diff options
| author | Ian Jauslin <jauslin@ias.edu> | 2018-10-03 17:58:38 +0000 | 
|---|---|---|
| committer | Ian Jauslin <jauslin@ias.edu> | 2018-10-03 17:58:38 +0000 | 
| commit | 274461609b5d1f5bb272be9be95d0544ce4df31b (patch) | |
| tree | 73db94f439c24d6a321349b0005cd2156389131f /README | |
Diffstat (limited to 'README')
| -rw-r--r-- | README | 34 | 
1 files changed, 34 insertions, 0 deletions
@@ -0,0 +1,34 @@ +This directory contains the source files to typeset the presentation, and +generate the figures. This can be accomplished by running +  make + +This document uses a custom class file, located in the 'libs' directory, which +defines a number of commands. + + +* Dependencies: + +  pdflatex +  TeXlive packages: +    amsfonts +    doublestroke +    graphics +    hyperref +    latex +    pgf +    standalone +  GNU make +  python3 +  gnuplot + +* Files: + +  Jauslin_Harvard_2018.tex: +    main LaTeX file + +  libs: +    custom LaTeX class file + +  figs: +    source code for the figures +  | 
