Transition to new format
This commit is contained in:
@ -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})
|
||||
|
Reference in New Issue
Block a user