24 lines
449 B
TeX
Executable File
24 lines
449 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
singlenumbering,
|
|
unfinished
|
|
]{../../resources/ormc_handout}
|
|
\usepackage{../../resources/macros}
|
|
|
|
\usepackage{units}
|
|
|
|
\uptitlel{Advanced 2}
|
|
\uptitler{\smallurl{}}
|
|
\title{Stopping problems}
|
|
\subtitle{Prepared by Mark on \today{}}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{parts/0 intro.tex}
|
|
\input{parts/1 secretary.tex}
|
|
|
|
\end{document} |