29 lines
554 B
TeX
Raw Normal View History

2023-10-26 07:54:15 -07:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions,
shortwarning,
2023-10-29 19:00:59 -07:00
singlenumbering,
unfinished
2023-10-26 07:54:15 -07:00
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\usepackage{multicol}
\uptitlel{Advanced 2}
\uptitler{Fall 2023}
\title{Continued Fractions}
\subtitle{
Prepared by \githref{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}