1
Fork 0
appliedcryptography/slides
2025-06-27 14:02:40 +02:00
..
images Slides 2.3: minor additions in preparation for group chat section 2025-06-26 18:52:08 +02:00
theme Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
1-1.tex Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
1-2.tex Remove unicode characters 2025-06-27 12:41:28 +02:00
1-3.tex Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
1-4.tex Website: greatly improved materials viewing experience 2025-06-26 13:13:47 +02:00
1-5.tex Remove unicode characters 2025-06-27 12:41:28 +02:00
1-6.tex Website: greatly improved materials viewing experience 2025-06-26 13:13:47 +02:00
1-7.tex Minor fixes 2025-06-27 14:02:40 +02:00
1-8.tex Website: greatly improved materials viewing experience 2025-06-26 13:13:47 +02:00
2-1.tex Website: greatly improved materials viewing experience 2025-06-26 13:13:47 +02:00
2-2.tex Minor fixes 2025-06-27 14:02:40 +02:00
2-3.tex Slides 2.3: Minor clarification 2025-06-27 13:31:10 +02:00
2-4.tex Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
2-5.tex Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
2-6.tex Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
2-7.tex Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
2-8.tex Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
2-9.tex Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
2-10.tex Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
Makefile Migrate back to Git LFS 2025-06-26 12:19:00 +02:00
README.md Migrate back to Git LFS 2025-06-26 12:19:00 +02:00

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