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
.gitignore
Advanced
Cryptography
De Bruijn
Graph Algorithms
resources

1
.gitignore vendored

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

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

@ -2,8 +2,7 @@
% use [solutions] flag to show solutions. % use [solutions] flag to show solutions.
\documentclass[ \documentclass[
solutions, solutions,
singlenumbering, singlenumbering
shortwarning
]{../../resources/ormc_handout} ]{../../resources/ormc_handout}
\usepackage{../../resources/macros} \usepackage{../../resources/macros}
@ -12,7 +11,10 @@
\uptitlel{Advanced 2} \uptitlel{Advanced 2}
\uptitler{\smallurl{}} \uptitler{\smallurl{}}
\title{De Bruijn Sequences} \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} \begin{document}

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

@ -478,6 +478,8 @@
\vspace{1ex} \vspace{1ex}
This file contains solutions and notes. \par This file contains solutions and notes. \par
Compile with the ``nosolutions'' flag before distributing. \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} \end{tcolorbox}
} }