change the back page to be a Greaber quote instead

This commit is contained in:
Kevin Harrington 2026-04-03 12:54:18 -04:00
parent b3913b1044
commit 59e0352195
3 changed files with 24 additions and 1 deletions

View file

@ -106,6 +106,6 @@
\pagebreak \pagebreak
\input{call} \input{back}
\end{document} \end{document}

21
back.tex Normal file
View file

@ -0,0 +1,21 @@
% 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.5\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,''
$\sim$ David Graeber
\end{minipage}
\end{center}
}
\vspace*{\fill}

View file

@ -2,6 +2,7 @@
\newcommand{\AddCornerImage}{% \newcommand{\AddCornerImage}{%
\AddToShipoutPictureBG{% \AddToShipoutPictureBG{%
\ifnum\value{page}>1 % Only add corners if page number > 1 \ifnum\value{page}>1 % Only add corners if page number > 1
\ifnum\value{page}<12
% === Bottom Corner === % === Bottom Corner ===
\AtPageLowerLeft{% \AtPageLowerLeft{%
\ifodd\value{page} \ifodd\value{page}
@ -31,6 +32,7 @@
\fi \fi
}% }%
\fi % End of page number check \fi % End of page number check
\fi % End of page number check
}% }%
} }