Skip to content

jshtab/cool-brisk-walk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

"A Cool Brisk Walk Through Discrete Mathematics" - UMW textbook for CPSC 284

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.9%
  • Other 0.1%