34 lines
623 B
TeX
Executable File
34 lines
623 B
TeX
Executable File
% https://git.betalupi.com/Mark/latex-packages
|
|
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
% Last built with version 1.1.0
|
|
\documentclass[
|
|
solutions
|
|
]{ormc_handout}
|
|
|
|
\usepackage{subfiles}
|
|
\usepackage{graphicx}
|
|
\graphicspath{ {./images} }
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
<Intermediate 2>
|
|
<ORMC Summer Sessions>
|
|
{Warm - Up}
|
|
{
|
|
Prepared by Mark on \today \\
|
|
\medskip
|
|
These problems were originally found in \\
|
|
Boris Kordemsky's \textit{The Moscow Puzzles}
|
|
}
|
|
|
|
\subfile{problems/217}
|
|
\vfill
|
|
\pagebreak
|
|
|
|
\subfile{problems/101}
|
|
\vfill
|
|
\pagebreak
|
|
|
|
\end{document} |