Added dinner choices

This commit is contained in:
Kenneth John Odle 2025-04-01 16:55:32 -04:00
parent 0079e77a39
commit ca7782dd7c

View File

@ -416,4 +416,24 @@ They are commonly used to teach elementary set theory,\footnote{That branch of m
\end{center}
\section{Dinner Choices}
\begin{center}
\scalebox{0.7}{ % begin scalebox
\begin{tikzpicture}
\draw (0,2) circle (4) ;
\draw (2,-2) circle (4);
\draw (-2,-2) circle (4);
\node[align=center, text width=2cm, scale=1.2] at (0, -0.5) {Ramen noodles};
\node[align=center, text width=2cm, scale=2.0] at (0, 3.75) { Broke};
\node[align=center, text width=2cm, scale=2.0] at (-4, -2.5) {Drunk};
\node[align=center, text width=2cm, scale=2.0] at (4, -2.5) {Depressed};
\node[align=center, text width=2cm, scale=1.2] at (-2.4, 0.8) {Cold leftover pizza};
\node[align=center, text width=1cm, scale=1.2] at (2.3, 0.7) {Comfort food};
\node[align=center, text width=2cm, scale=1.2] at (0, -3.25) {Beans on toast};
\end{tikzpicture}
} % end scalebox
\end{center}
\end{document}