30 lines
541 B
TeX
Raw Normal View History

2024-03-20 19:38:35 -07:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions,
2024-04-03 09:03:59 -07:00
singlenumbering
2024-03-20 19:38:35 -07:00
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\input{tikzset.tex}
\uptitlel{Advanced 2}
2024-04-01 21:50:50 -07:00
\uptitler{\smallurl{}}
2024-03-20 19:38:35 -07:00
\title{De Bruijn Sequences}
2024-04-03 09:03:59 -07:00
\subtitle{
Prepared by Mark on \today{} \par
Based on a handout by Glenn Sun
}
2024-03-20 19:38:35 -07:00
\begin{document}
\maketitle
\input{parts/0 intro}
\input{parts/1 words}
\input{parts/2 bruijn}
\input{parts/3 line}
2024-03-23 12:29:48 -07:00
\input{parts/4 sturmian}
2024-03-20 19:38:35 -07:00
\end{document}