Compare commits
2 Commits
6d7255bb85
...
23d4e75a8c
| Author | SHA1 | Date | |
|---|---|---|---|
| 23d4e75a8c | |||
| 9cac648a67 |
@ -1,4 +1,4 @@
|
|||||||
\documentclass[10pt,A4paper,landscape]{article}
|
\documentclass[10pt,a4paper,landscape]{article}
|
||||||
|
|
||||||
% Packages
|
% Packages
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
|
|||||||
@ -178,12 +178,16 @@ I love feedback. You can send it to me via social media at the two accounts list
|
|||||||
\setlength{\fboxsep}{5mm}
|
\setlength{\fboxsep}{5mm}
|
||||||
\fbox{
|
\fbox{
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\draw (-3,0) circle (4.0);
|
\draw (-2,0) circle (4.0);
|
||||||
\draw (3,0) circle (4.0);
|
\draw (2,0) circle (4.0);
|
||||||
\draw (0,2) circle (4.0);
|
\draw (0,4) circle (4.0);
|
||||||
\node[align=center, text width=30mm, scale=1.5] at (-3,0) {Stupidity};
|
\node[align=center, text width=25mm, scale=1.4] at (0,1.5) {\textbf{Intelligent\\Design}};
|
||||||
\node[align=center, text width=30mm, scale=1.5] at (3,0) {Politics};
|
\node[align=center, text width=30mm, scale=1.7] at (-4.0,-1) {Stupidity};
|
||||||
\node[align=center, text width=30mm, scale=1.5] at (0,2) {Religion};
|
\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{tikzpicture}
|
||||||
}
|
}
|
||||||
} % end scalebox
|
} % 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.
|
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}
|
\end{document}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user