33 lines
507 B
TeX
Raw Normal View History

2022-11-13 13:02:25 -08:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions,
singlenumbering
2023-01-12 10:30:53 -08:00
]{../../resources/ormc_handout}
2022-11-13 13:02:25 -08:00
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{multicol}
\usepackage{subfiles}
\begin{document}
\maketitle
<Advanced 1A>
<Spring 2022>
{Intro to Cryptography}
{Prepared by Mark on \today{}}
\vspace{3ex}
\subfile{parts/part 1}
\subfile{parts/part 2}
\subfile{parts/part 3}
\subfile{parts/challenge}
\end{document}