Minor fixes
This commit is contained in:
parent
c10ef06d85
commit
f2ba5bf1b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ __pycache__
|
||||
# Output files
|
||||
/output
|
||||
/output.zip
|
||||
/index.json
|
||||
main.pdf
|
||||
**/build
|
||||
*.pdf
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
\usepackage{multicol}
|
||||
|
||||
\uptitlel{Advanced 1A}
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{\smallurl{}}
|
||||
\title{Intro to Cryptography}
|
||||
\subtitle{Prepared by Mark on \today{}}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user