Update to cover
This commit is contained in:
parent
b091d81990
commit
b3c057e4bc
@ -14,6 +14,7 @@
|
|||||||
marginparwidth=0mm,
|
marginparwidth=0mm,
|
||||||
marginparsep=0mm,
|
marginparsep=0mm,
|
||||||
]{geometry}
|
]{geometry}
|
||||||
|
\usepackage{ninecolors}
|
||||||
%\usepackage{showframe}
|
%\usepackage{showframe}
|
||||||
%\renewcommand*\ShowFrameColor{\color{red}}
|
%\renewcommand*\ShowFrameColor{\color{red}}
|
||||||
|
|
||||||
@ -36,10 +37,46 @@
|
|||||||
margin=10mm,
|
margin=10mm,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
% Cover images
|
||||||
|
\usepackage{tikz}
|
||||||
|
\usepackage{eso-pic}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Adjust the following two variables for each issue %%%%%%%%
|
||||||
|
|
||||||
|
% This issue's color (using ninecolors package color options)
|
||||||
|
\newcommand{\kic}{blue} % Replace as necessary
|
||||||
|
\newcommand{\ksh}{8}
|
||||||
|
|
||||||
|
% This issue's number
|
||||||
|
\newcommand{\kiss}{007} % Replace as necessary
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Let's get it started %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
|
|
||||||
|
% Issue markings on bottom of spine
|
||||||
|
\AddToShipoutPictureBG{
|
||||||
|
\put(0in,0.5in){
|
||||||
|
\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
|
||||||
|
% \draw[color=white, fill=\kic\ksh, line width=0.25pt] (5.25,0.80) rectangle (5.75,1.00); % 20
|
||||||
|
% \draw[color=white, fill=\kic\ksh, line width=0.25pt] (5.25,0.55) rectangle (5.75,0.75); % 10
|
||||||
|
\draw[color=white, fill=\kic\ksh, line width=0.25pt] (5.25,0.40) rectangle (5.75,0.50); % 5
|
||||||
|
\draw[color=white, fill=\kic\ksh, line width=0.25pt] (5.25,0.30) rectangle (5.75,0.35); % 1
|
||||||
|
\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[\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
|
||||||
|
}
|
||||||
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
% Back page
|
% Back page
|
||||||
@ -57,7 +94,7 @@
|
|||||||
|
|
||||||
{\large \textbf{Life with Linux - A Zine}}
|
{\large \textbf{Life with Linux - A Zine}}
|
||||||
|
|
||||||
{\large \textbf{Issue \#007}}
|
{\large \textbf{Issue \# \kiss}}
|
||||||
|
|
||||||
{\large \textbf{Typeset in \textrm{\LaTeX{}}}\\(including the cover, of course)}
|
{\large \textbf{Typeset in \textrm{\LaTeX{}}}\\(including the cover, of course)}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user