From 620971340b8cd7bba942eb1d341c38bf05d7a680 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 22 Nov 2025 13:04:05 -0500 Subject: [PATCH] Move the cover to a file too --- ScopeSequencing.tex | 21 +-------------------- cover.tex | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 cover.tex diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 34ba3b7..fd4f187 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -94,26 +94,7 @@ \fontsize{8}{9}\selectfont -% 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 - \huge \textbf{Building Durable} - - \huge \textbf{Communities} - - \vspace{1em} % Space between title and subtitle - \Large Security and Stability Comes - - From Working Together\par % Add your subtitle -} -\vspace*{\fill} - + \input{cover} \pagebreak diff --git a/cover.tex b/cover.tex new file mode 100644 index 0000000..c36d48f --- /dev/null +++ b/cover.tex @@ -0,0 +1,20 @@ + +% 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 + \huge \textbf{Building Durable} + + \huge \textbf{Communities} + + \vspace{1em} % Space between title and subtitle + \Large Security and Stability Comes + + From Working Together\par % Add your subtitle +} +\vspace*{\fill} \ No newline at end of file