Added issue number to front cover and also spine markings
This commit is contained in:
parent
2b7c919489
commit
27820295ba
@ -14,6 +14,7 @@
|
||||
marginparwidth=0mm,
|
||||
marginparsep=0mm,
|
||||
]{geometry}
|
||||
\usepackage{ninecolors}
|
||||
%\usepackage{showframe}
|
||||
%\renewcommand*\ShowFrameColor{\color{red}}
|
||||
|
||||
@ -36,10 +37,33 @@
|
||||
margin=10mm,
|
||||
}
|
||||
|
||||
% Cover images
|
||||
\usepackage{tikz}
|
||||
\usepackage{eso-pic}
|
||||
|
||||
% This issue's color (using ninecolors package color options)
|
||||
\newcommand{\kic}{green} % Replace as necessary
|
||||
|
||||
% This issue's number
|
||||
\newcommand{\kiss}{007} % Replace as necessary
|
||||
|
||||
\begin{document}
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
% Issue markings on bottom of spine
|
||||
\AddToShipoutPictureBG{
|
||||
\put(1cm,1cm){
|
||||
\begin{tikzpicture}[x=1in, y=1in, remember picture, overlay]
|
||||
\draw[color=\kic6, fill=\kic9, line width=1pt] (5.25,0.00) rectangle (5.75,0.03);
|
||||
\draw[color=\kic6, fill=\kic9, line width=1pt] (5.25,0.05) rectangle (5.75,0.08);
|
||||
\draw[color=\kic6, fill=\kic9, line width=1pt] (5.25,0.10) rectangle (5.75,0.13);
|
||||
\draw[color=\kic6, fill=\kic9, line width=1pt] (5.25,0.15) rectangle (5.75,0.18);
|
||||
\filldraw[\kic3, fill opacity=0.4] (9.2,0.3) circle (0pt) node[anchor=west]{{\Huge\Huge\kiss}};
|
||||
\end{tikzpicture}
|
||||
} % End put
|
||||
}
|
||||
|
||||
\begin{center}
|
||||
\begin{multicols}{2}
|
||||
% Back page
|
||||
@ -57,7 +81,7 @@
|
||||
|
||||
{\large \textbf{Life with Linux - A Zine}}
|
||||
|
||||
{\large \textbf{Issue \# CHANGE THIS}}
|
||||
{\large \textbf{Issue \# \kiss}}
|
||||
|
||||
{\large \textbf{Typeset in \textrm{\LaTeX{}}}\\(including the cover, of course)}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user