.. | ||
images | ||
theme | ||
1-1.tex | ||
1-2.tex | ||
1-3.tex | ||
1-4.tex | ||
1-5.tex | ||
1-6.tex | ||
1-7.tex | ||
1-8.tex | ||
2-1.tex | ||
2-2.tex | ||
2-3.tex | ||
2-4.tex | ||
2-5.tex | ||
2-6.tex | ||
2-7.tex | ||
2-8.tex | ||
2-9.tex | ||
2-10.tex | ||
Makefile | ||
README.md |
Slides
Welcome to the slides! Here they are. Isn't that amazing?
Readiness status
I'm still working on the slides. If the checkbox isn't checked, it means you shouldn't use them yet.
Part 1
Complete!
Part 2
- Part 2: Topic 1
- Part 2: Topic 2
- Part 2: Topic 3
- Part 2: Topic 4
- Part 2: Topic 5
- Part 2: Topic 6
- Part 2: Topic 7
- Part 2: Topic 8
- Part 2: Topic 9
- Part 2: Topic 10
Compiling the slides
You'll need to first have Tectonic installed. The good news is that this means that you don't need to install LaTeX!
Notes
Regarding handout mode
By default, these slides are presented in "handout mode", meaning they don't have transitions. If you want to compile them a slide deck with transitions (useful during teaching), remove the handout
directive from the first line of the slide deck, and then run the corresponding make
command.
Converting from SVG
This is for my use only, please ignore:
magick -density 4000 input.svg -resize 4000x output.png