mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
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:
commit
5242239f6d
3 changed files with 28 additions and 1 deletions
|
|
@ -106,6 +106,6 @@
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
\input{call}
|
\input{back}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
||||||
25
back.tex
Normal file
25
back.tex
Normal 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}
|
||||||
|
|
@ -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
|
||||||
}%
|
}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue