21 lines
364 B
TeX
Raw Normal View History

2023-05-06 10:19:14 -07:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
2023-05-14 09:42:14 -07:00
solutions
2023-05-06 10:19:14 -07:00
]{../../resources/ormc_handout}
2023-05-14 09:42:14 -07:00
\input{tikxset.tex}
2023-05-06 10:19:14 -07:00
\begin{document}
\maketitle
<Advanced 2>
<Winter 2022>
{Finite Automata}
{Prepared by Mark and Nikita on \today}
\input{parts/0 DFA.tex}
2023-05-14 09:42:14 -07:00
%\input{parts/1 regular.tex}
2023-05-06 10:19:14 -07:00
\end{document}