2024-09-04 10:18:46 -07:00
|
|
|
% use [nosolutions] flag to hide solutions.
|
|
|
|
% use [solutions] flag to show solutions.
|
|
|
|
\documentclass[
|
|
|
|
solutions,
|
2024-09-23 13:34:01 -07:00
|
|
|
singlenumbering
|
2024-09-04 10:18:46 -07:00
|
|
|
]{../../resources/ormc_handout}
|
|
|
|
\usepackage{../../resources/macros}
|
|
|
|
|
|
|
|
\usepackage{units}
|
2024-09-23 13:34:01 -07:00
|
|
|
\usepackage{mathtools} % for \coloneqq
|
2024-09-04 10:18:46 -07:00
|
|
|
|
|
|
|
\uptitlel{Advanced 2}
|
|
|
|
\uptitler{\smallurl{}}
|
|
|
|
\title{Stopping problems}
|
|
|
|
\subtitle{Prepared by Mark on \today{}}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
2024-09-23 13:34:01 -07:00
|
|
|
\input{parts/0 review.tex}
|
|
|
|
\input{parts/1 intro.tex}
|
|
|
|
\input{parts/2 secretary.tex}
|
|
|
|
\input{parts/3 orderstat.tex}
|
2024-09-04 10:18:46 -07:00
|
|
|
|
|
|
|
\end{document}
|