Adding boarder to little booklet

This commit is contained in:
Kevin Harrington 2025-11-01 11:13:08 -04:00
parent 6a1446e4b5
commit 852aafeeaf

View file

@ -1,5 +1,6 @@
\documentclass{article} \documentclass{article}
\usepackage{geometry} \usepackage{geometry}
\usepackage{eso-pic} % allows background placement
\geometry{ \geometry{
paperwidth=2.75in, paperwidth=2.75in,
paperheight=4.25in, paperheight=4.25in,
@ -78,14 +79,28 @@
\thispagestyle{empty} \thispagestyle{empty}
\newpage \newpage
{\centering \huge \textbf{Intro to Achieving Consensus}\par}
% Add background image
\AddToShipoutPictureBG*{%
\AtPageLowerLeft{%
\includegraphics[width=\paperwidth,height=\paperheight]{src/how-to-consensus-zine/border-edited.png}%
}%
}
\vspace*{\fill}
{\centering
\huge \textbf{Intro to Achieving Consensus}\par
\vspace{1em} % Space between title and subtitle
{\fontsize{9}{11}\selectfont
Consensus Decision Making (CDM) Consensus Decision Making (CDM)
Intro and Reference Intro and Reference
"The commons are those things that we all own together, that are neither privately owned,nor managed by the government" "The commons are those things that we all own together, that are neither privately owned,nor managed by the government"\par % Add your subtitle
}
}
\vspace*{\fill}
\thispagestyle{empty} \thispagestyle{empty}