New build system
This commit is contained in:
30
src/Advanced/De Bruijn/main.tex
Executable file
30
src/Advanced/De Bruijn/main.tex
Executable file
@ -0,0 +1,30 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions,
|
||||
singlenumbering
|
||||
]{../../../lib/tex/ormc_handout}
|
||||
\usepackage{../../../lib/tex/macros}
|
||||
|
||||
\input{tikzset.tex}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{\smallurl{}}
|
||||
\title{De Bruijn Sequences}
|
||||
\subtitle{
|
||||
Prepared by Mark on \today{} \par
|
||||
Based on a handout by Glenn Sun
|
||||
}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{parts/0 intro}
|
||||
\input{parts/1 words}
|
||||
\input{parts/2 bruijn}
|
||||
\input{parts/3 line}
|
||||
\input{parts/4 sturmian}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user