Added continued fractions handout
This commit is contained in:
28
Advanced/Continued Fractions/main.tex
Executable file
28
Advanced/Continued Fractions/main.tex
Executable file
@ -0,0 +1,28 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions,
|
||||
shortwarning,
|
||||
singlenumbering
|
||||
]{../../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}
|
Reference in New Issue
Block a user