Merge branch 'master' of ssh://git.betalupi.com:33/Mark/ormc-handouts

This commit is contained in:
Mark 2023-03-16 13:45:19 -07:00
commit 9b55f682ce
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
\usepackage{alltt} \usepackage{alltt}
\newenvironment*{helpbox}[1][0.5]{ \newenvironment{helpbox}[1][0.5]{
\begin{center} \begin{center}
\begin{tcolorbox}[ \begin{tcolorbox}[
colback=white!90!black, 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{solution}
\begin{alltt} \begin{alltt}
let A let A
let x so that Ax := x let x so that Ax = x
Ax = x \qed{} Ax = x \qed{}
\end{alltt} \end{alltt}
That's it. That's it.