Slides for a talk given at the College of Charleston on 1st February 2018
Insinde the directory with this README, run make:
make
This makes pigeon.pdf
.
If you prefer using Nix,
the make
command can be run as via nix-build
:
nix-shell --pure --run make
For a continuous compilation run:
nix-shell --pure --run "make watch"