44 lines
964 B
TeX
Raw Normal View History

2023-09-28 12:12:05 -07:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
2023-12-10 19:41:24 -08:00
solutions,
shortwarning
2023-09-28 12:12:05 -07:00
]{../../resources/ormc_handout}
2023-10-17 18:32:10 -07:00
\usepackage{../../resources/macros}
2023-09-28 12:12:05 -07:00
\usepackage{chessfss}
\usepackage{chessboard}
2023-10-26 08:14:55 -07:00
\usepackage{anyfontsize} % Silences some chess warnings
2023-09-28 12:12:05 -07:00
\usepackage{afterpage}
\usepackage[hang]{footmisc}
2023-12-06 14:03:22 -08:00
\input{chess-setup}
2023-09-28 12:12:05 -07:00
2023-12-10 19:41:24 -08:00
\def\difficulty#1#2{
\textbf{Difficulty:} \stars{#1}{#2} \par
\vspace{1mm}
2023-12-06 13:57:19 -08:00
}
2023-12-06 14:03:22 -08:00
2023-09-28 12:12:05 -07:00
\uptitlel{Advanced 2}
2024-04-01 21:50:50 -07:00
\uptitler{\smallurl{}}
2023-09-28 12:12:05 -07:00
\title{Retrograde Analysis}
\subtitle{
2024-04-01 21:50:50 -07:00
Prepared by Mark on \today{} \\
2023-09-28 12:12:05 -07:00
Based on books\footnotemark{} by Raymond Smullyan
}
\begin{document}
2023-12-10 19:41:24 -08:00
\maketitle
2023-09-28 12:12:05 -07:00
2023-12-10 19:41:24 -08:00
\footnotetext[1]{
Most of the easy problems in this handout are from \textit{The Chess Mysteries of Sherlock Holmes}.\\
The rest are from \textit{The Chess Mysteries of the Arabian Knights}.
}
2023-09-28 12:12:05 -07:00
2023-12-10 19:41:24 -08:00
\input{parts/01 intro}
2024-04-01 21:50:50 -07:00
2023-12-06 12:10:37 -08:00
\input{parts/02 easy}
\input{parts/03 medium}
2023-12-10 19:41:24 -08:00
\input{parts/04 hard}
2023-09-28 12:12:05 -07:00
\end{document}