35 lines
561 B
TeX
35 lines
561 B
TeX
|
% https://git.betalupi.com/Mark/latex
|
||
|
% use [nosolutions] flag to hide solutions.
|
||
|
% use [solutions] flag to show solutions.
|
||
|
% Last built with version 1.1.0
|
||
|
\documentclass[
|
||
|
solutions,
|
||
|
singlenumbering
|
||
|
]{ormc_handout}
|
||
|
|
||
|
\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}
|