fix warmup

This commit is contained in:
Mark 2025-01-21 17:24:33 -08:00
parent 2b9e15fabc
commit d64d7d130a
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
\usepackage{xcolor} \usepackage{xcolor}
\usepackage{soul} \usepackage{soul}
\usepackage{hyperref} \usepackage{hyperref}
\usepackage[T1]{fontenc} % Fixes texttt braces
\definecolor{Light}{gray}{.90} \definecolor{Light}{gray}{.90}
\sethlcolor{Light} \sethlcolor{Light}

View File

@ -2,5 +2,5 @@
title = "The Regex Warm-Up" title = "The Regex Warm-Up"
[publish] [publish]
handout = false handout = true
solutions = false solutions = false