This is the LaTeX source code for Davies' "A Cool Brisk Walk Through Discrete Mathematics," the text that accompanies volume I of allthemath.org.
UMW textbook for CPSC 284 (Applied Discrete Mathematics)
To build:
$ lualatex brisk.tex
$ makeindex brisk.idx
$ lualatex brisk.tex
Or the shorter: make pdf
If you don't have lualatex in your environment, and don't want to pollute it, you can use
containers so long as you have a container
runtime engine like docker or podman on your machine.
Run make env to set up an environment, and make pdf inside the container's shell to generate the pdf.
Consult the Makefile for further details (and Makefile Tutorial
to understand Makefiles in general).