From 502fcf30d125b1227ea11ecb31bfd39eb510ea5e Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Tue, 1 Apr 2025 11:07:22 -0400 Subject: [PATCH] =?UTF-8?q?Added=20=C2=ABcats=20vs=20inkjet=20printers?= =?UTF-8?q?=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funny-venn-diagrams-zine.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/funny-venn-diagrams-zine.tex b/funny-venn-diagrams-zine.tex index e855962..3505205 100644 --- a/funny-venn-diagrams-zine.tex +++ b/funny-venn-diagrams-zine.tex @@ -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}