2025-01-21 18:35:09 -08:00

36 lines
607 B
TeX
Executable File

% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions
]{../../../lib/tex/ormc_handout}
\usepackage{../../../lib/tex/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}