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