This directory contains the source files to typeset the presentation, and
generate the figures. This can be accomplished by running
  make clean all

This requires GNU make. The presentation can also be typeset without GNU make
by running
  pdflatex Jauslin_ESI_2025.tex
  pdflatex Jauslin_ESI_2025.tex
Note that this will not regenerate the figures. In order to do so, first 'cd'
to the appropriate 'figs/*.fig' directory, and run
  for gnuplot in *.gnuplot; do
    gnuplot "$gnuplot" > tmp.tex
    pdflatex -jobname ${gnuplot%*.gnuplot} tmp.tex
    rm tmp.tex
  done

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:
 (the dependencies marked as 'optional' are only needed to compile using
 'make')

  pdflatex
  TeXlive packages:
    amsfonts
    array
    graphics
    hyperref
    latex
    pgf        (optional)
    qrcode
    standalone (optional)
    xcolor
  GNU make     (optional)

* Files:

  Jauslin_ESI_2025.tex:
    main LaTeX file

  libs:
    custom LaTeX class file

  figs:
    source code for the figures

