29 lines
546 B
TeX
Executable File
29 lines
546 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
shortwarning,
|
|
singlenumbering,
|
|
unfinished
|
|
]{../../resources/ormc_handout}
|
|
\usepackage{../../resources/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} |