Updated issue 2; one new diagram

This commit is contained in:
Kenneth John Odle 2025-09-27 15:45:02 -04:00
parent 9cac648a67
commit 23d4e75a8c

View File

@ -178,12 +178,16 @@ I love feedback. You can send it to me via social media at the two accounts list
\setlength{\fboxsep}{5mm}
\fbox{
\begin{tikzpicture}
\draw (-3,0) circle (4.0);
\draw (3,0) circle (4.0);
\draw (0,2) circle (4.0);
\node[align=center, text width=30mm, scale=1.5] at (-3,0) {Stupidity};
\node[align=center, text width=30mm, scale=1.5] at (3,0) {Politics};
\node[align=center, text width=30mm, scale=1.5] at (0,2) {Religion};
\draw (-2,0) circle (4.0);
\draw (2,0) circle (4.0);
\draw (0,4) circle (4.0);
\node[align=center, text width=25mm, scale=1.4] at (0,1.5) {\textbf{Intelligent\\Design}};
\node[align=center, text width=30mm, scale=1.7] at (-4.0,-1) {Stupidity};
\node[align=center, text width=30mm, scale=1.7] at (4.0,-1) {Politics};
\node[align=center, text width=30mm, scale=1.7] at (0,5.5) {Religion};
\node[align=center, text width=30mm, scale=1.3] at (0,-1.5) {Republicans\\\& Tories};
\node[align=center, text width=12mm, scale=1.3] at (2.4,2.5) {The Dark Ages};
\node[align=center, text width=12mm, scale=1.3] at (-2.4,2.5) {Funda-\\mental-\\ism};
\end{tikzpicture}
}
} % end scalebox
@ -191,7 +195,24 @@ I love feedback. You can send it to me via social media at the two accounts list
Some of the people who see this will get this. Some of them will not. Choose your friends wisely.
\section{Dating}
\begin{center}
\scalebox{0.6}{ % begin scalebox
\setlength{\fboxsep}{5mm}
\fbox{
\begin{tikzpicture}
\draw (-2,0) circle (4.0);
\draw (2,0) circle (4.0);
\node[align=center, text width=20mm, scale=1.4] at (-3.9,0) {People Who Find Me Attractive};
\node[align=center, text width=25mm, scale=1.4] at (3.9,0) {People I Find Attractive};
\node[align=center, text width=20mm, scale=1.4] at (0,0) {Psychopaths};
\end{tikzpicture}
}
} % end scalebox
\end{center}
Why is the center part so big?
\end{document}