Added cover

This commit is contained in:
Kenneth John Odle 2025-04-03 17:07:25 -04:00
parent b95e55d842
commit 4802f03729

84
cover.tex Normal file
View File

@ -0,0 +1,84 @@
\documentclass[10pt,letterpaper,landscape]{article}
\usepackage[latin1]{inputenc}
\usepackage[
left=13mm,
right=13mm,
top=13mm,
bottom=13mm,
]{geometry}
% Background images
\usepackage{tcolorbox}
\usepackage{ninecolors}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{eso-pic}
% Fonts
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{multicol}
\setlength{\columnsep}{20mm}
\usepackage{lipsum}
\author{Kenneth John Odle}
\begin{document}
\thispagestyle{empty}
\AddToShipoutPictureFG{
\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[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);
\end{tikzpicture}
} % End put
}
\begin{multicols}{2}
%% Back Cover
\paragraph{{\Large \textit{What is a Venn Diagram?}}} And more importantly, why should I care?
\lipsum[1-2]
\begin{center}
\vspace*{\fill}
\begin{tcolorbox}[hbox, colframe=black, colback=white, halign=center,boxrule=0.5pt,left=0mm,right=0mm,top=0.75mm,bottom=0mm]
\rmfamily
\begin{footnotesize}
Made with \LaTeX{}
\end{footnotesize}
\end{tcolorbox}
\columnbreak
%% Front Cover
\vspace*{30mm}
{\fontsize{45}{70}\selectfont {Venn\\ Diagrams}}
\vspace{30mm}
The Zine!
(And also, the coloring book!)
\vspace*{75mm} % Needed to push the "Made with LaTeX" bug to the bottom of the left column
\end{center}
\end{multicols}
\end{document}