From 59e035219595526ef5f2264efd197db01da8b6cd Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Fri, 3 Apr 2026 12:54:18 -0400 Subject: [PATCH 1/2] change the back page to be a Greaber quote instead --- ScopeSequencing.tex | 2 +- back.tex | 21 +++++++++++++++++++++ helper.tex | 2 ++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 back.tex diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 5fea022..39b5915 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..5fa7014 --- /dev/null +++ b/back.tex @@ -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} \ 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 }% } From c82920228839809920103e4cdee8f7129106eec9 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Fri, 3 Apr 2026 14:42:33 -0400 Subject: [PATCH 2/2] formatting --- back.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/back.tex b/back.tex index 5fa7014..50188d4 100644 --- a/back.tex +++ b/back.tex @@ -10,9 +10,13 @@ {\centering \begin{center} - \begin{minipage}{0.5\textwidth} + \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,'' + \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}