mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
Adding boarder to little booklet
This commit is contained in:
parent
6a1446e4b5
commit
852aafeeaf
1 changed files with 21 additions and 6 deletions
|
|
@ -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}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue