2023-01-12 18:56:54 -08:00
2023-01-12 10:23:48 -08:00
2023-01-12 18:56:54 -08:00
2022-11-13 13:38:23 -08:00
2023-01-12 10:50:24 -08:00
2023-01-12 10:30:53 -08:00

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:

Grade levels are estimates.

Usage

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:

  1. Download ./resources/ormc_handout.cls.

  2. Put it in the same directory as the handout.

  3. Fix the include path at the top of the handout.

    Usually, you'll need to replace

    \documentclass[
    	solutions
    ]{../../resources/ormc_handout}
    

    with

    \documentclass[
    	solutions
    ]{ormc_handout}
    

Warning: As of now, ormc_handout.cls does not work with hyperref.

Description
Math Circle handouts
https://betalupi.com/handouts/
Readme 29 MiB
Languages
TeX 91.4%
Typst 7.5%
Python 1.1%