ORMC Handouts
This repository contains all the handouts I've written for the ORMC.
If you are not affiliated with the ORMC, ask for permission before using these.
Contents
Handouts are sorted by the class they're for:
./Intermediate
: Grades 5 - 9./Advanced
: Grades 9 - 12
Grade levels are estimates.
Getting these Handouts
If you don't want to compile these yourself, I've configured CI that puts the latest pdfs here.
For my students: Handouts will appear here a few days before class. Please don't look at them (or their solutions) beforehand, that spoils all the fun!
Building them Yourself
Most handouts use a custom document class. If you move any files out of this repository, you'll need to change a few things for the handout to compile:
-
Download
./resources/ormc_handout.cls
. -
Put it in the same directory as the handout.
-
Fix the include path at the top of the handout.
Usually, you'll need to replace
\documentclass[ ... ]{../../resources/ormc_handout}
with
\documentclass[ ... ]{ormc_handout}
I build these handouts with LuaLaTeX. If you have issues building them, try changing your engine.
Warning: As of now, ormc_handout.cls
does not work with hyperref.