Compare commits

..

No commits in common. "23d4e75a8c3194441358d0f1c0a04c2c77d5c3a2" and "6d7255bb851c98c49865150cc876b4047b5997b8" have entirely different histories.

2 changed files with 7 additions and 28 deletions

View File

@ -1,4 +1,4 @@
\documentclass[10pt,a4paper,landscape]{article}
\documentclass[10pt,A4paper,landscape]{article}
% Packages
\usepackage[utf8]{inputenc}

View File

@ -178,16 +178,12 @@ I love feedback. You can send it to me via social media at the two accounts list
\setlength{\fboxsep}{5mm}
\fbox{
\begin{tikzpicture}
\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};
\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};
\end{tikzpicture}
}
} % end scalebox
@ -195,24 +191,7 @@ 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}