A LaTeX-based curriculum for AP Statistics, organized by unit and lesson. Includes slides, notes, activities, homework, exit tickets, and answer keys — all built from source into print-ready PDFs.
Each lesson lives in unitXX/lessonXX/ and compiles to a set of PDFs:
notes/notes_keywarmup/warmup_keyactivity/activity_keyexit/exit_keyhomework/homework_keycover(lesson cover sheet)
Requires XeLaTeX and latexmk.
make all # compile all units
make unit01-pdf # compile + merge Unit 1 into a single PDF
make unit02-pdf # compile + merge Unit 2 into a single PDFOutput lands in target/.
Coming soon — versioned releases for each unit will be available on the Releases page.
TBD