Added Moscow Puzzles

This commit is contained in:
2022-11-13 13:31:00 -08:00
parent 9bd46bea80
commit e425f97321
19 changed files with 219 additions and 0 deletions

34
Misc/Moscow Puzzles/main.tex Executable file
View File

@ -0,0 +1,34 @@
% 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}