diff options
| author | Ian Jauslin <ian@jauslin.org> | 2020-01-09 22:42:09 -0800 | 
|---|---|---|
| committer | Ian Jauslin <ian@jauslin.org> | 2020-01-09 22:42:09 -0800 | 
| commit | 93db722d68cbb79b7e6da359ab48d4a14881e025 (patch) | |
| tree | c71a6092b4994cc29bbe0d9b6715dcd97a02f253 /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_UBC_colloquium_2020.tex: +    main LaTeX file + +  libs: +    custom LaTeX class file + +  figs: +    source code for the figures +  | 
