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_Pisa_2026.tex
  pdflatex Jauslin_Pisa_2026.tex

Note that this will not regenerate the figures. In order to do so, run
  cd box.fig
  gnuplot box.gnuplot > box.tikz.tex
  pdflatex -jobname box box.tikz.tex
  cd ../

  cd dobrushin-shlosman.fig
  gnuplot dobrushin-shlosman.gnuplot > dobrushin-shlosman.tikz.tex
  pdflatex -jobname dobrushin-shlosman dobrushin-shlosman.tikz.tex
  cd ../

  cd potential.fig
  gnuplot potential_ideal.gnuplot > potential_ideal.tikz.tex
  pdflatex -jobname potential_ideal potential_ideal.tikz.tex
  cd ../

  cd pv.fig
  gnuplot pv.gnuplot > pv.tikz.tex
  pdflatex -jobname pv pv.tikz.tex
  gnuplot f.gnuplot > f.tikz.tex
  pdflatex -jobname f f.tikz.tex
  gnuplot f_tangent.gnuplot > f_tangent.tikz.tex
  pdflatex -jobname f_tangent f_tangent.tikz.tex
  cd ../

The double tangent construction in f_tangent requires a computation that is
handled by the 'pv.fig/tangents.jl' script. This script is written in julia,
and outputs the values of rho1, rho2 that need to be set in the files f.gnuplot
and f_tangent.gnuplot. To run the script use
  julia tangents.jl
The temperature for the tangents plot must be the same in tangents.jl as well
as in f.gnuplot and f_tangent.gnuplot.


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 the figures)

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

* Files:

  Jauslin_Pisa_2026.tex:
    main LaTeX file

  libs:
    custom LaTeX class file

  figs:
    source code for the figures


* Licenses:

  figs/water.png is copyright Cmglee, licensed under the Creative Commons CC
  BY-SA 3.0 license
    https://creativecommons.org/licenses/by-sa/3.0/
