36 lines
605 B
TeX
Executable File
36 lines
605 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions
|
|
]{../../resources/ormc_handout}
|
|
\usepackage{../../resources/macros}
|
|
|
|
|
|
\usepackage{subfiles}
|
|
\usepackage{graphicx}
|
|
\graphicspath{ {./images} }
|
|
|
|
|
|
\uptitlel{Intermediate 2}
|
|
\uptitler{\smallurl{}}
|
|
\title{Warm - Up}
|
|
\subtitle{
|
|
Prepared by Mark on \today \\
|
|
\medskip
|
|
These problems were originally found in \\
|
|
Boris Kordemsky's \textit{The Moscow Puzzles}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\subfile{problems/217}
|
|
\vfill
|
|
\pagebreak
|
|
|
|
\subfile{problems/101}
|
|
\vfill
|
|
\pagebreak
|
|
|
|
\end{document} |