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

This requires GNU make. The presentation can also be typeset without GNU make
by running
  pdflatex He_Jauslin_Lebowitz_Peled_2025.tex
  pdflatex He_Jauslin_Lebowitz_Peled_2025.tex
  pdflatex He_Jauslin_Lebowitz_Peled_2025.tex

Note that this will not regenerate the figures. In order to do so, run
  cd figs/double_tangent.fig
  pdflatex double_tangent.tikz.tex
  cd ../../

  cd figs/maxwell_construction.fig
  pdflatex maxwell_construction.tikz.tex
  cd ../../

  cd figs/phase_diagram.fig
  pdflatex phase_diagram.tikz.tex
  cd ../../

Similarly, this will not regenerate the bibliography. To do so, run
  pdflatex He_Jauslin_Lebowitz_Peled_2025.tex
  bibtex He_Jauslin_Lebowitz_Peled_2025.aux


* Dependencies:
 (the dependencies marked as 'optional' are only needed to compile the figures
 or bibliography)

  pdflatex
  TeXlive packages:
    amsmath
    amssymb
    amsthm
    array
    authblk
    comment
    dsfont
    enumitem
    geometry
    hyperref
    mathrsfs
    mathtools
    natbib
    physics
    pgf        (optional)
    pgfplots   (optional)
    standalone (optional)
    subcaption
    ulem
    xargs
    xcolor
  GNU make     (optional)
  BibTeX       (optional)

* Files:

  He_Jauslin_Lebowitz_Peled_2025.tex:
    main LaTeX file

  bibliography.bib:
    BibTeX database

  figs:
    source code for the figures

