Advanced handouts

Add missing file
Co-authored-by: Mark <mark@betalupi.com>
Co-committed-by: Mark <mark@betalupi.com>
This commit is contained in:
2025-01-22 12:28:44 -08:00
parent 13b65a6c64
commit dd4abdbab0
177 changed files with 20658 additions and 0 deletions

View File

@ -0,0 +1,29 @@
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions,
shortwarning,
singlenumbering,
unfinished
]{../../../lib/tex/ormc_handout}
\usepackage{../../../lib/tex/macros}
\usepackage{multicol}
\uptitlel{Advanced 2}
\uptitler{\smallurl{}}
\title{Continued Fractions}
\subtitle{
Prepared by Mark on \today \\
Based on a handout by Matthew Gherman and Adam Lott
}
\begin{document}
\maketitle
\input{parts/00 euclidean}
\input{parts/01 part A}
\input{parts/02 part B}
\end{document}