diff --git a/chapters/chap01.tex b/chapters/chap01.tex index 8b325f2..e9c108a 100644 --- a/chapters/chap01.tex +++ b/chapters/chap01.tex @@ -1,2 +1,10 @@ -\chapter{This is the first chapter} +\chapter{Salad Days Are Here Again} +\begin{quote} +My salad days, +When I was green in judgment: cold in blood, +To say as I said then! But, come, away; +Get me ink and paper: +He shall have every day a several greeting, +Or I’ll unpeople Egypt. +\end{quote} \ No newline at end of file diff --git a/chapters/coda.tex b/chapters/coda.tex index 90017e4..6f8cbd9 100644 --- a/chapters/coda.tex +++ b/chapters/coda.tex @@ -19,12 +19,17 @@ As it turns out, this was difficult to figure out using my mind alone—I have a \section{What I Learned About Other Things While Creating This Issue} + %\newpage % Use only to keep the afterword together if we end up with orphans \section{Afterword} \begin{multicols}{2} \begin{small} -\noindent{}First paragraph. +\noindent{}The past year has been a difficult one for me. + +\paragraph{Good writing takes time}I actually knew this, but I was curious as to how much time it actually takes to write an issue of this zine. So for issue \#6 I grabbed a timer and kept track. (If you look at the git repo, there is a \texttt{.csv} file in there where I kept track of this.) I had a total of 3,429 minutes, which works out to 57.2 hours. Of course, when I was finished, I had more material than I could fit, so I moved an entire chapter (on flash cards in \LaTeX{}) to this chapter. That chapter required 871 minutes (14.5 hours) to research, write, and edit, which means that the total time spent on what would eventually become the finished product was 2,558 minutes or 42.6 hours. That's over a week's worth of work. + +I'm okay with that number. After all, I have to justify the price as well. I wish I could spend all those forty hours in a single week though, because I could just take a week off work and write all day. But writing doesn't work like that—things need time to fully form in my mind. \medskip \begin{flushright} diff --git a/cover-007.tex b/cover-007.tex index 8791fb3..0e4fe55 100644 --- a/cover-007.tex +++ b/cover-007.tex @@ -15,6 +15,7 @@ marginparsep=0mm, ]{geometry} \usepackage{ninecolors} +\usepackage{tikzpingus} %\usepackage{showframe} %\renewcommand*\ShowFrameColor{\color{red}} @@ -60,7 +61,7 @@ % Issue markings on bottom of spine \AddToShipoutPictureBG{ -\put(0in,0.5in){ +\put(0in,0.5in){ % Spine marks and issue number on front \begin{tikzpicture}[x=1in, y=1in, remember picture, overlay] % \draw[color=white, fill=\kic\ksh, line width=0.25pt] (5.25,1.30) rectangle (5.75,1.50); % 40 % \draw[color=white, fill=\kic\ksh, line width=0.25pt] (5.25,1.05) rectangle (5.75,1.25); % 30 @@ -71,14 +72,16 @@ \draw[color=white, fill=\kic\ksh, line width=0.25pt] (5.25,0.20) rectangle (5.75,0.25); % 1 % \draw[color=white, fill=\kic\ksh, line width=0.25pt] (5.25,0.10) rectangle (5.75,0.15); % 1 % \draw[color=white, fill=\kic\ksh, line width=0.25pt] (5.25,0.00) rectangle (5.75,0.05); % 1 - \filldraw[white] (5.30,0.45) node[anchor=west, scale=0.5]{\kiss}; % Adjust to highest level box used + \filldraw[white] (5.30,0.45) node[anchor=west, scale=0.5]{\kiss}; % Issue number on spine; adjust vertical positionsto highest level box used \filldraw[\kic3, fill opacity=0.3] (9.2,0.3) circle (0pt) node[anchor=west]{{\Huge\Huge\kiss}}; % issue # in lower right corner \end{tikzpicture} } % End put -\put(10in,0.67in){ -\includegraphics[scale=0.23]{pingus} +\put(10in,0.67in){ % Put a Pingus here +\begin{tikzpicture}[scale=0.23] + \pingu[bowtie=blue8] +\end{tikzpicture} } % End put -} +} % End shipout \begin{center} \begin{multicols}{2} diff --git a/images/pingus.png b/images/pingus.png deleted file mode 100644 index ece8049..0000000 Binary files a/images/pingus.png and /dev/null differ