More adjustments to cover
This commit is contained in:
parent
37a22468b2
commit
925b7255da
37
cover.tex
37
cover.tex
@ -1,12 +1,14 @@
|
||||
\documentclass[10pt,letterpaper,landscape]{article}
|
||||
|
||||
\usepackage[latin1]{inputenc}
|
||||
% Packages
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[
|
||||
left=13mm,
|
||||
right=13mm,
|
||||
top=13mm,
|
||||
bottom=13mm,
|
||||
]{geometry}
|
||||
\usepackage{setspace}
|
||||
|
||||
% Background images
|
||||
\usepackage{tcolorbox}
|
||||
@ -19,26 +21,35 @@
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{lmodern}
|
||||
|
||||
% Multicols
|
||||
\usepackage{multicol}
|
||||
\setlength{\columnsep}{20mm}
|
||||
|
||||
\usepackage{lipsum}
|
||||
% Make hrefs easier (must load package hyperref}
|
||||
\newcommand\kref[2]{\href{#1}{{\texttt{#2}}}}
|
||||
\usepackage{hyperref}
|
||||
|
||||
% Me
|
||||
\author{Kenneth John Odle}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\AddToShipoutPictureFG{
|
||||
\AddToShipoutPictureBG{
|
||||
\put(1cm,1cm){
|
||||
\begin{tikzpicture}[x=1in, y=1in, remember picture, overlay]
|
||||
\draw[color=white] (0,0) circle (0);
|
||||
\draw[line width=2mm, color=brown8] (5.5,-0.5) -- (5.5,8.1);
|
||||
\draw[line width=0.5mm, color=red7] (9,7) circle (0.5);
|
||||
\draw[line width=0.6mm, color=cyan9] (2,3) circle (2.0);
|
||||
\draw[line width=0.5mm, color=azure5] (7,7.2) circle (0.3);
|
||||
\draw[line width=0.6mm, color=cyan9] (2,2) circle (1.0);
|
||||
\draw[line width=0.3mm, color=red6] (3.0,2.5) circle (0.25);
|
||||
\draw[line width=0.3mm, color=magenta8] (1.4,1.5) circle (0.6);
|
||||
\draw[color=brown7, line width=0.5mm] (8.5,2.0) circle (1);
|
||||
\draw[color=green8, line width=0.75mm] (7.75,1.5) circle (0.5);
|
||||
\draw[color=teal9, line width=1mm] (2,6) circle (0.6);
|
||||
\draw[color=violet9, line width=1mm] (2.85,5.15) circle (0.8);
|
||||
\end{tikzpicture}
|
||||
} % End put
|
||||
}
|
||||
@ -48,9 +59,23 @@
|
||||
|
||||
%% Back Cover
|
||||
|
||||
\paragraph{{\Large \textit{What is a Venn Diagram?}}} And more importantly, why should I care?
|
||||
\begin{spacing}{1.5}
|
||||
|
||||
\lipsum[1-2]
|
||||
\paragraph{{\Large\textmd{\textit{What is a Venn Diagram?}}}} And more importantly, why should I care?
|
||||
|
||||
An excellent question! (Well, \textit{two} excellent questions, actually!)
|
||||
|
||||
Venn diagrams were invented in the 1800s by an English mathematician named John Venn. ``Invented'' may be a strong word here, since Christian Weise and Leonhard Euler had proposed similar things previously (in 1712 and 1768, respectively). But John Venn is the person who gets the credit because he wrote about them in his 1881 book \textit{Symbolic Logic}. (Truthfully, he origially wrote about them in a paper titled ``On the Diagrammatic and Mechanical Representation of Propositions and Reasonings'' which was published in the \textit{Philosophical Magazine and Journal of Science} in 1880. (If you are interested, you can read it here: \kref{https://www.cis.upenn.edu/~bhusnur4/cit592_fall2014/venn\%20diagrams.pdf}{}{https://www.cis.upenn.edu/\~{}bhusnur4/cit59\_fall2014/venn\%diagrams.pdf}.)
|
||||
|
||||
You probably don't care about any of that, though.
|
||||
|
||||
One of the best things you can do with Venn diagrams is to create humorous images to entertain both yourself and your friends. And if you can color them in, then you also have a coloring book, and that's even better!
|
||||
|
||||
Yep, that's what you have — a coloring book of Venn diagrams.
|
||||
|
||||
So grab those coloring pencils, a mug of something warm and satisfying (or a glass of something cold and satisfying), and color to your heart's content.
|
||||
|
||||
\end{spacing}
|
||||
|
||||
\begin{center}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user