Added «cats vs inkjet printers»

This commit is contained in:
Kenneth John Odle 2025-04-01 11:07:22 -04:00
parent 6b99c5d4c5
commit 502fcf30d1

View File

@ -139,4 +139,19 @@ All contents \copyright2025 Kenneth John Odle
\end{center}
\section{Cats vs Inkjet Printers}
\bigskip
\begin{center}
\scalebox{0.8}{
\begin{tikzpicture}
\draw (-1.5,0) circle (4);
\draw (1.5,0) circle (4);
\node[align=center, text width=1.5cm, scale=2.0] at (-3.85,0) {Cats};
\node[align=center, text width=1.5cm, scale=2.0] at (4.0,0) {Inkjet Printers};
\node[align=center, text width=3.5cm, scale=1.2] at (0,0) {Moody\\\medskip Spend a life of time self-cleaning\\\medskip Demand feeding when container is full\\\medskip Ignore requests\\\medskip Unreliable};
\end{tikzpicture}
} % end scalebox
\end{center}
\end{document}