Transition to new format

This commit is contained in:
2023-05-25 21:44:07 -07:00
parent 3d73626bc4
commit 83b273fbd3
29 changed files with 483 additions and 471 deletions

View File

@ -1,6 +1,6 @@
\documentclass[
solutions,
nowarning
hidewarning,
]{../../resources/ormc_handout}
@ -11,13 +11,14 @@
\sethlcolor{Light}
\newcommand{\htexttt}[1]{\texttt{\hl{#1}}}
\title{The Regex Warm-Up}
\subtitle{Prepared by Mark on \today}
\begin{document}
\maketitle
{The Regex Warm-Up}
{Prepared by Mark on \today}
\vspace{2mm}
Last time, we discussed Deterministic Finite Automata. One interesting application of these mathematical objects is found in computer science: Regular Expressions. \\
(abbreviated \say{regex}, which is pronounced like \say{gif})