Intermediate handouts
missing files
This commit is contained in:
30
src/Intermediate/Proof Techniques/main.tex
Executable file
30
src/Intermediate/Proof Techniques/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}
|
||||
|
||||
\usepackage{units}
|
||||
|
||||
\uptitlel{Intermediate}
|
||||
\uptitler{\smallurl{}}
|
||||
\title{Proof Techniques}
|
||||
\subtitle{Prepared by Mark on \today{}}
|
||||
|
||||
% Default \implies is ugly
|
||||
\let\implies\Rightarrow
|
||||
\let\rimplies\Leftarrow
|
||||
\let\iff\Leftrightarrow
|
||||
\let\notimplies\nRightarrow
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{parts/0 intro}
|
||||
\input{parts/1 contradiction}
|
||||
\input{parts/2 induction}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user