Minor edits

This commit is contained in:
Mark 2023-03-16 13:41:41 -07:00
parent 596151b251
commit 1c92a3f0b4
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
\usepackage{alltt}
\newenvironment*{helpbox}[1][0.5]{
\newenvironment{helpbox}[1][0.5]{
\begin{center}
\begin{tcolorbox}[
colback=white!90!black,

View File

@ -164,7 +164,7 @@ Show that any bird that is fond of at least one bird is compatible with itself.
\begin{solution}
\begin{alltt}
let A
let x so that Ax := x
let x so that Ax = x
Ax = x \qed{}
\end{alltt}
That's it.