Add missing file Co-authored-by: Mark <mark@betalupi.com> Co-committed-by: Mark <mark@betalupi.com>
22 lines
522 B
TeX
Executable File
22 lines
522 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
singlenumbering
|
|
]{../../../lib/tex/ormc_handout}
|
|
\usepackage{../../../lib/tex/macros}
|
|
|
|
|
|
\uptitlel{Advanced 2}
|
|
\uptitler{\smallurl{}}
|
|
\title{Generating Functions}
|
|
\subtitle{Prepared by Mark on \today \\ Based on a handout by Aaron Anderson}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\input{parts/00 introduction.tex}
|
|
\input{parts/01 fibonacci.tex}
|
|
\input{parts/02 dice.tex}
|
|
\input{parts/03 coins.tex}
|
|
\end{document} |