Merge pull request #24 from How-To-Build-a-Commons/kh/lastPageChange

change the back page to be a Greaber quote instead
This commit is contained in:
Kevin Harrington 2026-04-04 13:24:04 -04:00 committed by GitHub
commit 5242239f6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 1 deletions

View file

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

25
back.tex Normal file
View file

@ -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}

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
}% }%
} }