25 lines
414 B
TeX
Executable File
25 lines
414 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
%shortwarning
|
|
]{../../resources/ormc_handout}
|
|
|
|
\include{tikxset.tex}
|
|
|
|
\tikzset{loop above/.style={min distance=5mm,looseness=10}}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
<Advanced 2>
|
|
<Winter 2022>
|
|
{Finite Automata}
|
|
{Prepared by Mark and Nikita on \today}
|
|
|
|
|
|
\input{parts/0 DFA.tex}
|
|
|
|
|
|
|
|
\end{document} |