Minor fixes

This commit is contained in:
Mark 2024-04-03 09:03:59 -07:00
parent c10ef06d85
commit f2ba5bf1b3
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
5 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ __pycache__
# Output files
/output
/output.zip
/index.json
main.pdf
**/build
*.pdf

View File

@ -9,7 +9,7 @@
\usepackage{multicol}
\uptitlel{Advanced 1A}
\uptitlel{Advanced 2}
\uptitler{\smallurl{}}
\title{Intro to Cryptography}
\subtitle{Prepared by Mark on \today{}}

View File

@ -2,8 +2,7 @@
% use [solutions] flag to show solutions.
\documentclass[
solutions,
singlenumbering,
shortwarning
singlenumbering
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
@ -12,7 +11,10 @@
\uptitlel{Advanced 2}
\uptitler{\smallurl{}}
\title{De Bruijn Sequences}
\subtitle{Prepared by Mark on \today{}}
\subtitle{
Prepared by Mark on \today{} \par
Based on a handout by Glenn Sun
}
\begin{document}

View File

@ -1,7 +1,7 @@
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
nosolutions
solutions
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}

View File

@ -478,6 +478,8 @@
\vspace{1ex}
This file contains solutions and notes. \par
Compile with the ``nosolutions'' flag before distributing. \par
Click \href{https://betalupi.com/handouts}{\texttt{[here]}}
for the latest version of this handout. \par
\end{tcolorbox}
}