mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-20 01:01:12 +00:00
Add image to front page
This commit is contained in:
parent
a56dae4ac9
commit
6a1446e4b5
1 changed files with 20 additions and 4 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
% --- Add corner image depending on odd/even page ---
|
% --- Add corner image depending on odd/even page ---
|
||||||
\newcommand{\AddCornerImage}{%
|
\newcommand{\AddCornerImage}{%
|
||||||
\AddToShipoutPictureBG{%
|
\AddToShipoutPictureBG{%
|
||||||
|
\ifnum\value{page}>1 % Only add corners if page number > 1
|
||||||
% === Bottom Corner ===
|
% === Bottom Corner ===
|
||||||
\AtPageLowerLeft{%
|
\AtPageLowerLeft{%
|
||||||
\ifodd\value{page}
|
\ifodd\value{page}
|
||||||
|
|
@ -71,6 +72,7 @@
|
||||||
}%
|
}%
|
||||||
\fi
|
\fi
|
||||||
}%
|
}%
|
||||||
|
\fi % End of page number check
|
||||||
}%
|
}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -97,11 +99,25 @@
|
||||||
|
|
||||||
\fontsize{8}{9}\selectfont
|
\fontsize{8}{9}\selectfont
|
||||||
|
|
||||||
|
% Add background image
|
||||||
|
\AddToShipoutPictureBG*{%
|
||||||
|
\AtPageLowerLeft{%
|
||||||
|
\includegraphics[width=\paperwidth,height=\paperheight]{src/how-to-consensus-zine/border-edited.png}%
|
||||||
|
}%
|
||||||
|
}
|
||||||
|
|
||||||
\vspace*{\fill}
|
\vspace*{\fill}
|
||||||
{\centering \huge \textbf{Building A Common}\par}
|
{\centering
|
||||||
|
\huge \textbf{Building A Common}\par
|
||||||
|
\vspace{1em} % Space between title and subtitle
|
||||||
|
\Large A Declaration of Independence
|
||||||
|
|
||||||
|
From Capitalism\par % Add your subtitle
|
||||||
|
}
|
||||||
\vspace*{\fill}
|
\vspace*{\fill}
|
||||||
|
|
||||||
\thispagestyle{empty} % put this right after \begin{document} or after your title page
|
\thispagestyle{empty}
|
||||||
|
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue