Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 910 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 910 Bytes

cool-brisk-walk

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:

$ pdflatex brisk.tex
$ makeindex brisk.idx 
$ pdflatex brisk.tex

Or the shorter: make pdf

If you don't have pdflatex 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).