Added dinner choices
This commit is contained in:
parent
0079e77a39
commit
ca7782dd7c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user