diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index ce0d0c9..9f3004c 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -106,6 +106,6 @@ \pagebreak - \input{call} + \input{back} \end{document} diff --git a/back.tex b/back.tex new file mode 100644 index 0000000..50188d4 --- /dev/null +++ b/back.tex @@ -0,0 +1,25 @@ + +% Add background image +\AddToShipoutPictureBG*{% + \AtPageLowerLeft{% + \raisebox{7mm}{\includegraphics[width=\paperwidth,height=\dimexpr\paperheight-10mm\relax]{src/how-to-consensus-zine/mucha.png}}% + }% +} + +\vspace*{\fill} +{\centering + + \begin{center} + \begin{minipage}{0.75\textwidth} + \centering + \Large ``The ultimate hidden truth of the world is that it is something that we make, + + and could just as easily make differently,'' + + \vspace{1em} % Space between title and subtitle + + $\sim$ David Graeber + \end{minipage} + \end{center} +} +\vspace*{\fill} \ No newline at end of file diff --git a/helper.tex b/helper.tex index 43f8551..6793245 100644 --- a/helper.tex +++ b/helper.tex @@ -2,6 +2,7 @@ \newcommand{\AddCornerImage}{% \AddToShipoutPictureBG{% \ifnum\value{page}>1 % Only add corners if page number > 1 + \ifnum\value{page}<12 % === Bottom Corner === \AtPageLowerLeft{% \ifodd\value{page} @@ -31,6 +32,7 @@ \fi }% \fi % End of page number check + \fi % End of page number check }% }