From 8b704dde803f3380df542d4a720a470eac1b2738 Mon Sep 17 00:00:00 2001 From: usvfun Date: Sat, 1 Nov 2025 17:14:36 -0400 Subject: [PATCH] fix formatting, add missing page --- ConsensusPocketReference.tex | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/ConsensusPocketReference.tex b/ConsensusPocketReference.tex index 866c09d..4471cda 100644 --- a/ConsensusPocketReference.tex +++ b/ConsensusPocketReference.tex @@ -1,5 +1,6 @@ \documentclass{article} \usepackage{geometry} + \geometry{ paperwidth=2.75in, paperheight=4.25in, @@ -14,13 +15,13 @@ \input{src/how-to-consensus-zine/flow-chart-only.tex}% +\setcounter{secnumdepth}{0} \begin{document} - \begin{center} + \hspace*{-0.5cm} \consensusflowchart{0.6}{\footnotesize} - \end{center} - \newpage% Smaller version + \newpage% Smaller version \section{Consensus Process} @@ -36,7 +37,8 @@ \newpage - Page\par \#3 + \section{Why Consensus} + Some resources can't or shouldn't be managed by a central authority to preserve those resources for the good of those who benefit, present and future, from those resources. When central authorities aren't reliable or effective enough people can collectively come to decisions, where every individual has their ideas and interests protected. It's a proven method that preserves expertise while allowing all perspectives to be impactful. It builds group trust and awareness \newpage \section{Roles} @@ -67,7 +69,7 @@ \item all decisions are treated as provisional \end{enumerate} \newpage - \section{Things Go Wrong When...} + \section{Things go wrong when...} \begin{enumerate} \item one voice is heard more than others \item complacency in a few leading decisions @@ -78,15 +80,22 @@ \thispagestyle{empty} \newpage - {\centering \huge \textbf{Intro to Achieving Consensus}\par} - - - Consensus Decision Making (CDM) - - Intro and Reference - - "The commons are those things that we all own together, that are neither privately owned,nor managed by the government" + \begin{center} + {\Huge\textbf{Intro to}}\\[0.3cm] + {\Huge\textbf{Achieving}}\\[0.3cm] + {\Huge\textbf{Consensus}}\\[1cm] + + {\Large Consensus Decision Making (CDM)}\\[0.2cm] + {\Large Intro and Reference}\\[2cm] + + \emph{``The commons are those things\\ + that we all own together,\\ + that are neither privately owned,\\ + nor managed by the government.''} + + \end{center} + \thispagestyle{empty} \end{document}