Intermediate handouts
missing files
This commit is contained in:
31
src/Intermediate/An Introduction to Graph Theory/main.tex
Executable file
31
src/Intermediate/An Introduction to Graph Theory/main.tex
Executable file
@ -0,0 +1,31 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions,
|
||||
singlenumbering
|
||||
]{../../../lib/tex/ormc_handout}
|
||||
\usepackage{../../../lib/tex/macros}
|
||||
|
||||
|
||||
\input{tikxset.tex}
|
||||
\usepackage{adjustbox}
|
||||
|
||||
\uptitlel{Intermediate 2}
|
||||
\uptitler{\smallurl{}}
|
||||
\title{An Introduction to Graph Theory}
|
||||
\subtitle{
|
||||
Prepared by Mark on \today \\
|
||||
Based on a handout by Oleg Gleizer
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
|
||||
\input{parts/0 intro.tex}
|
||||
\input{parts/1 paths.tex}
|
||||
\input{parts/2 planar.tex}
|
||||
%\input{parts/3 counting.tex}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user