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_GaTech_2026.tex
  pdflatex Jauslin_GaTech_2026.tex
Note that this will not regenerate the figures. In order to do so, run
  bands.fig:
    gnuplot bands.gnuplot > bands.tikz.tex
    pdflatex -jobname bands bands.tikz.tex
  brillouin.fig:
    pdflatex -jobname brillouin-1 brillouin-1.tikz.tex
    pdflatex -jobname brillouin brillouin.tikz.tex
  feynman.fig:
    pdflatex -jobname feynman feynman.tikz.tex
  graphene.fig:
    pdflatex -jobname graphene graphene.tikz.tex

An animation written in HTML5 is also included in the figs/singularities
directory.

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

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

* Files:

  Jauslin_GaTech_2026.tex:
    main LaTeX file

  libs:
    custom LaTeX class file

  figs:
    source code for the figures

  figs/singularities:
    HTML5 animation of the singularities of the TBG system

