24 lines
443 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[
2024-03-20 19:38:42 -07:00
solutions,
singlenumbering
2023-05-06 10:19:14 -07:00
]{../../resources/ormc_handout}
2023-10-17 18:32:10 -07:00
\usepackage{../../resources/macros}
2023-05-06 10:19:14 -07:00
2023-12-05 17:31:36 -08:00
\input{tikzset.tex}
2023-05-06 10:19:14 -07:00
2023-05-25 21:44:07 -07:00
\uptitlel{Advanced 2}
2024-04-01 21:50:50 -07:00
\uptitler{\smallurl{}}
2023-05-25 21:44:07 -07:00
\title{Finite Automata}
2024-04-01 21:50:50 -07:00
\subtitle{Prepared by Mark and Nikita on \today{}}
2023-05-25 21:44:07 -07:00
2023-05-06 10:19:14 -07:00
\begin{document}
\maketitle
2023-05-25 21:44:07 -07:00
\input{parts/0 DFA.tex}
\input{parts/1 regular.tex}
2023-05-06 10:19:14 -07:00
\end{document}