From 29811cd05389155adc89f54b240a38bd9c340ed8 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 22:26:01 -0400 Subject: [PATCH 01/15] Adding the graph to the workbook --- ScopeSequencing.tex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 23b7324..c2200ff 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -35,6 +35,11 @@ % Set the value \newlength{\mylen} \setlength{\mylen}{0.25in} +\usepackage{lmodern} +\usepackage{tikz} +\usetikzlibrary{shapes.geometric, arrows.meta, positioning} +\input{src/how-to-consensus-zine/flow-chart-only.tex}% + % --- Add corner image depending on odd/even page --- \newcommand{\AddCornerImage}{% \AddToShipoutPictureBG{% @@ -78,7 +83,7 @@ \newcommand{\linedpagetwo}{% \noindent - \foreach \n in {1,...,30}{% + \foreach \n in {1,...,15}{% \rule{\textwidth}{0.4pt}\\[\baselineskip] } } @@ -240,6 +245,7 @@ A consensus meeting needs some structure to function. When running a meeting the \pagebreak +\centering \consensusflowchart{0.9}{\footnotesize} \linedpagetwo @@ -263,6 +269,7 @@ From the Yana Ludwig reading: \pagebreak +\linedpagetwo \linedpagetwo @@ -385,6 +392,7 @@ Within a Commons, once the external entity has been assigned Private Property ri \linedpagetwo +\linedpagetwo \pagebreak From ca591db84350ed6ba5ec268e0cc4e69a82dfcd52 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 22:30:40 -0400 Subject: [PATCH 02/15] center the graph --- ScopeSequencing.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index c2200ff..2f903f0 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -245,8 +245,9 @@ A consensus meeting needs some structure to function. When running a meeting the \pagebreak -\centering \consensusflowchart{0.9}{\footnotesize} - +\begin{center} + \consensusflowchart{0.9}{\large} +\end{center} \linedpagetwo \vspace{1cm} From 3e12c8d77225140215fb81c41f3d754f39481e10 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 22:51:42 -0400 Subject: [PATCH 03/15] modify the chart --- ScopeSequencing.tex | 2 +- src/how-to-consensus-zine/flow-chart-only.tex | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 2f903f0..2d5b4a7 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -246,7 +246,7 @@ A consensus meeting needs some structure to function. When running a meeting the \begin{center} - \consensusflowchart{0.9}{\large} + \consensusflowchart{0.8}{\large} \end{center} \linedpagetwo diff --git a/src/how-to-consensus-zine/flow-chart-only.tex b/src/how-to-consensus-zine/flow-chart-only.tex index 3e16cd6..6fda690 100644 --- a/src/how-to-consensus-zine/flow-chart-only.tex +++ b/src/how-to-consensus-zine/flow-chart-only.tex @@ -34,7 +34,7 @@ \draw [arrow] (test) -- (no); \draw [arrow] (yes) -- (consensusAchieved); \draw [arrow] (no) -- (concerns); - \draw [arrow] (modification) -- (standAside); + \draw [arrow] (concerns) -- (modification); \draw [arrow] (concerns) -- (blockNode); \draw [arrow] (consensusAchieved) -- (actionPoints); \draw [arrow] (concerns) -- (standAside); @@ -42,6 +42,7 @@ % Curved arrows \draw [arrow] (no) to[out=120, in=180] (discussion); - \draw [arrow] (modification) to[out=90, in=0] (test); + \draw [arrow] (modification) to[out=90, in=-90] (test); + \draw [arrow] (blockNode) to[out=180, in=180] (discussion); \end{tikzpicture}% } \ No newline at end of file From 84cfba118b4c07e765f5d662bcae45933fc2b989 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:09:07 -0400 Subject: [PATCH 04/15] make the margins --- ConsensusPocketReference.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ConsensusPocketReference.tex b/ConsensusPocketReference.tex index b7c1ffd..cfda06f 100644 --- a/ConsensusPocketReference.tex +++ b/ConsensusPocketReference.tex @@ -2,7 +2,11 @@ \usepackage{geometry} \geometry{ paperwidth=2.75in, - paperheight=4.25in + paperheight=4.25in, + top=0.2in, + bottom=0.5in, + left=0.2in, + right=0.2in } \usepackage{lmodern} \usepackage{tikz} From c98bdfc245fffcbcdd402ecb317c46c8b04ce891 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:09:24 -0400 Subject: [PATCH 05/15] return arrow more straight up --- src/how-to-consensus-zine/flow-chart-only.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/how-to-consensus-zine/flow-chart-only.tex b/src/how-to-consensus-zine/flow-chart-only.tex index 6fda690..0115638 100644 --- a/src/how-to-consensus-zine/flow-chart-only.tex +++ b/src/how-to-consensus-zine/flow-chart-only.tex @@ -43,6 +43,6 @@ % Curved arrows \draw [arrow] (no) to[out=120, in=180] (discussion); \draw [arrow] (modification) to[out=90, in=-90] (test); - \draw [arrow] (blockNode) to[out=180, in=180] (discussion); + \draw [arrow] (blockNode) to[out=140, in=180] (discussion); \end{tikzpicture}% } \ No newline at end of file From 734d79e64890881f1a199064a66c4607199e04fa Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:09:33 -0400 Subject: [PATCH 06/15] margins --- src/how-to-consensus-zine/flow-chart.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/how-to-consensus-zine/flow-chart.tex b/src/how-to-consensus-zine/flow-chart.tex index 594b7b6..2e3e05d 100644 --- a/src/how-to-consensus-zine/flow-chart.tex +++ b/src/how-to-consensus-zine/flow-chart.tex @@ -2,7 +2,11 @@ \usepackage{geometry} \geometry{ paperwidth=2.75in, - paperheight=4.25in + paperheight=4.25in, + top=0.25in, + bottom=0.5in, + left=0.25in, + right=0.2in } \usepackage{tikz} \usetikzlibrary{shapes.geometric, arrows.meta, positioning} From 8440a932dd324a71a384007faf6606ffe51a1742 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:28:42 -0400 Subject: [PATCH 07/15] Changing the arrows to overlay to keep the chart centered --- ConsensusPocketReference.tex | 10 +++---- ScopeSequencing.tex | 3 ++- src/how-to-consensus-zine/flow-chart-only.tex | 27 ++++++++++--------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/ConsensusPocketReference.tex b/ConsensusPocketReference.tex index cfda06f..3432485 100644 --- a/ConsensusPocketReference.tex +++ b/ConsensusPocketReference.tex @@ -8,19 +8,17 @@ left=0.2in, right=0.2in } -\usepackage{lmodern} + \usepackage{tikz} \usetikzlibrary{shapes.geometric, arrows.meta, positioning} -\usepackage{adjustbox} + \input{src/how-to-consensus-zine/flow-chart-only.tex}% -\parskip1em -\usepackage{fancyhdr} -\fancyfoot{} % clear all footer fields + \begin{document} \centering - \consensusflowchart{0.5}{\footnotesize} \newpage% Smaller version + \consensusflowchart{0.6}{\footnotesize} \newpage% Smaller version Page\par \#2\newpage Page\par \#3\newpage Page\par \#4\newpage diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 2d5b4a7..a02366f 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -246,8 +246,9 @@ A consensus meeting needs some structure to function. When running a meeting the \begin{center} - \consensusflowchart{0.8}{\large} + \consensusflowchart{0.9}{\large} \end{center} + \linedpagetwo \vspace{1cm} diff --git a/src/how-to-consensus-zine/flow-chart-only.tex b/src/how-to-consensus-zine/flow-chart-only.tex index 0115638..59c4aaf 100644 --- a/src/how-to-consensus-zine/flow-chart-only.tex +++ b/src/how-to-consensus-zine/flow-chart-only.tex @@ -3,16 +3,17 @@ % Example: \consensusflowchart{0.8}{\small} \newcommand{\consensusflowchart}[2]{% \begin{tikzpicture}[ - node distance=1.5cm, - scale=#1, - transform shape, - every node/.style={font=#2}, - process/.style={rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=white, text width=3cm}, - decision/.style={diamond, minimum width=2cm, minimum height=1cm, text centered, draw=black, fill=gray!20, aspect=2}, - endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white}, - block/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=red, fill=white, text=red, line width=1pt}, - consensus/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=green!60!black, fill=white, text=green!60!black, line width=1pt}, - arrow/.style={thick,->,>=Stealth} + node distance=1.5cm, +scale=#1, +transform shape, +every node/.style={font=#2}, +xshift=-2cm, +process/.style={rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=white, text width=3cm}, +decision/.style={diamond, minimum width=2cm, minimum height=1cm, text centered, draw=black, fill=gray!20, aspect=2}, +endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white}, +block/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=red, fill=white, text=red, line width=1pt}, +consensus/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=green!60!black, fill=white, text=green!60!black, line width=1pt}, +arrow/.style={thick,->,>=Stealth} ] % Nodes \node (discussion) [process] {Discussion}; @@ -41,8 +42,8 @@ \draw [arrow] (standAside) -- (consensusAchieved); % Curved arrows - \draw [arrow] (no) to[out=120, in=180] (discussion); - \draw [arrow] (modification) to[out=90, in=-90] (test); - \draw [arrow] (blockNode) to[out=140, in=180] (discussion); + \draw [arrow, overlay] (no) to[out=120, in=180] (discussion); + \draw [arrow, overlay] (modification) to[out=90, in=-90] (test); + \draw [arrow, overlay] (blockNode) to[out=140, in=180] (discussion); \end{tikzpicture}% } \ No newline at end of file From 746bca4a2ad19c55af8b870d284e566db1a0465f Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:29:52 -0400 Subject: [PATCH 08/15] formatting --- src/how-to-consensus-zine/flow-chart-only.tex | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/how-to-consensus-zine/flow-chart-only.tex b/src/how-to-consensus-zine/flow-chart-only.tex index 59c4aaf..8b5a92d 100644 --- a/src/how-to-consensus-zine/flow-chart-only.tex +++ b/src/how-to-consensus-zine/flow-chart-only.tex @@ -4,16 +4,16 @@ \newcommand{\consensusflowchart}[2]{% \begin{tikzpicture}[ node distance=1.5cm, -scale=#1, -transform shape, -every node/.style={font=#2}, -xshift=-2cm, -process/.style={rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=white, text width=3cm}, -decision/.style={diamond, minimum width=2cm, minimum height=1cm, text centered, draw=black, fill=gray!20, aspect=2}, -endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white}, -block/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=red, fill=white, text=red, line width=1pt}, -consensus/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=green!60!black, fill=white, text=green!60!black, line width=1pt}, -arrow/.style={thick,->,>=Stealth} + scale=#1, + transform shape, + every node/.style={font=#2}, + xshift=-2cm, + process/.style={rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=white, text width=3cm}, + decision/.style={diamond, minimum width=2cm, minimum height=1cm, text centered, draw=black, fill=gray!20, aspect=2}, + endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white}, + block/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=red, fill=white, text=red, line width=1pt}, + consensus/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=green!60!black, fill=white, text=green!60!black, line width=1pt}, + arrow/.style={thick,->,>=Stealth} ] % Nodes \node (discussion) [process] {Discussion}; From 217edaab7dad6ab371b68d1685f9a3b1065df8e0 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:30:34 -0400 Subject: [PATCH 09/15] formatting --- src/how-to-consensus-zine/flow-chart-only.tex | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/how-to-consensus-zine/flow-chart-only.tex b/src/how-to-consensus-zine/flow-chart-only.tex index 8b5a92d..fd7e3cf 100644 --- a/src/how-to-consensus-zine/flow-chart-only.tex +++ b/src/how-to-consensus-zine/flow-chart-only.tex @@ -3,17 +3,17 @@ % Example: \consensusflowchart{0.8}{\small} \newcommand{\consensusflowchart}[2]{% \begin{tikzpicture}[ - node distance=1.5cm, - scale=#1, - transform shape, - every node/.style={font=#2}, - xshift=-2cm, - process/.style={rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=white, text width=3cm}, - decision/.style={diamond, minimum width=2cm, minimum height=1cm, text centered, draw=black, fill=gray!20, aspect=2}, - endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white}, - block/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=red, fill=white, text=red, line width=1pt}, - consensus/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=green!60!black, fill=white, text=green!60!black, line width=1pt}, - arrow/.style={thick,->,>=Stealth} + node distance=1.5cm, + scale=#1, + transform shape, + every node/.style={font=#2}, + xshift=-2cm, + process/.style={rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=white, text width=3cm}, + decision/.style={diamond, minimum width=2cm, minimum height=1cm, text centered, draw=black, fill=gray!20, aspect=2}, + endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white}, + block/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=red, fill=white, text=red, line width=1pt}, + consensus/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=green!60!black, fill=white, text=green!60!black, line width=1pt}, + arrow/.style={thick,->,>=Stealth} ] % Nodes \node (discussion) [process] {Discussion}; From 7b5bd48d8adfbc7d95b219c86c969a237267c60a Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:31:28 -0400 Subject: [PATCH 10/15] formattingt --- src/how-to-consensus-zine/flow-chart-only.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/how-to-consensus-zine/flow-chart-only.tex b/src/how-to-consensus-zine/flow-chart-only.tex index fd7e3cf..ad7cb8e 100644 --- a/src/how-to-consensus-zine/flow-chart-only.tex +++ b/src/how-to-consensus-zine/flow-chart-only.tex @@ -3,11 +3,10 @@ % Example: \consensusflowchart{0.8}{\small} \newcommand{\consensusflowchart}[2]{% \begin{tikzpicture}[ - node distance=1.5cm, + node distance=1.5cm, scale=#1, transform shape, every node/.style={font=#2}, - xshift=-2cm, process/.style={rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=white, text width=3cm}, decision/.style={diamond, minimum width=2cm, minimum height=1cm, text centered, draw=black, fill=gray!20, aspect=2}, endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white}, From 96af5c7e3ff8ef8854d6718d978721aef8bde335 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:35:27 -0400 Subject: [PATCH 11/15] angle of arrow --- src/how-to-consensus-zine/flow-chart-only.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/how-to-consensus-zine/flow-chart-only.tex b/src/how-to-consensus-zine/flow-chart-only.tex index ad7cb8e..b72aa08 100644 --- a/src/how-to-consensus-zine/flow-chart-only.tex +++ b/src/how-to-consensus-zine/flow-chart-only.tex @@ -43,6 +43,6 @@ % Curved arrows \draw [arrow, overlay] (no) to[out=120, in=180] (discussion); \draw [arrow, overlay] (modification) to[out=90, in=-90] (test); - \draw [arrow, overlay] (blockNode) to[out=140, in=180] (discussion); + \draw [arrow, overlay] (blockNode) to[out=150, in=180] (discussion); \end{tikzpicture}% } \ No newline at end of file From f7dcfd9fe59177a2d2d35ee2a35418bd10e6797d Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Mon, 20 Oct 2025 10:08:51 -0400 Subject: [PATCH 12/15] adding text to second page --- ConsensusPocketReference.tex | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/ConsensusPocketReference.tex b/ConsensusPocketReference.tex index 3432485..4f06319 100644 --- a/ConsensusPocketReference.tex +++ b/ConsensusPocketReference.tex @@ -17,9 +17,22 @@ \begin{document} - \centering - \consensusflowchart{0.6}{\footnotesize} \newpage% Smaller version - Page\par \#2\newpage + \begin{center} + \consensusflowchart{0.6}{\footnotesize} + \end{center} + \newpage% Smaller version + + \textbf{Discuss}: The item is discussed with the goal of identifying opinions and information on the topic at hand. + + \textbf{Proposal}: Based on the discussion a decision proposal is presented + + \textbf{Consensus Test}: The facilitator calls for consensus on the proposal. Each member must actively state whether they agree/consent, stand aside, or object, + + \textbf{Stand Aside}: Member does not support a proposal, but does not block + + \textbf{Block}: Member blocks on moral or ethical grounds and the proposal fails + + \newpage Page\par \#3\newpage Page\par \#4\newpage Page\par \#5\newpage From 6bf2b30228fbd360bd32541d726ef0ba67e6dca5 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Mon, 20 Oct 2025 10:10:18 -0400 Subject: [PATCH 13/15] adding front cover text --- ConsensusPocketReference.tex | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ConsensusPocketReference.tex b/ConsensusPocketReference.tex index 4f06319..39684e3 100644 --- a/ConsensusPocketReference.tex +++ b/ConsensusPocketReference.tex @@ -38,5 +38,14 @@ Page\par \#5\newpage Page\par \#6\newpage Back\par Cover \thispagestyle{empty} \newpage - Front\par Cover \thispagestyle{empty} \newpage + + Intro to Achieving Consensus + + 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" + + \thispagestyle{empty} \newpage \end{document} From b22f018365a689578f0fed25c0ab409649a69e9a Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Mon, 20 Oct 2025 10:27:08 -0400 Subject: [PATCH 14/15] Adding basic content to the folding version --- ConsensusPocketReference.tex | 39 +++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/ConsensusPocketReference.tex b/ConsensusPocketReference.tex index 39684e3..7c957b3 100644 --- a/ConsensusPocketReference.tex +++ b/ConsensusPocketReference.tex @@ -21,6 +21,8 @@ \consensusflowchart{0.6}{\footnotesize} \end{center} \newpage% Smaller version + + \section{Consensus Process} \textbf{Discuss}: The item is discussed with the goal of identifying opinions and information on the topic at hand. @@ -34,9 +36,40 @@ \newpage Page\par \#3\newpage - Page\par \#4\newpage - Page\par \#5\newpage - Page\par \#6\newpage + \section{Roles} + Roles: Essential for Efficiency + + Essential Roles: + + Facilitator: Keep the group on topic on time and within the rules + + Timekeeper: Make sure no one rambles and keep on schedule + + Note Taker: Takes Notes + + DLC Roles: + + Empath: keep the emotional climate rational diffuse potential emotional conflicts + + Devils Advocate: you know this one Greeter: greet newcomers, inform them of what's happened + + \newpage + \section{Things go right when...} + \begin{enumerate} + \item meeting more frequently + \item use direct action tactics- paid staff are avoided- networked with other consensus-based groups + \item members monitor their own/others’ domineering behavior + \item members reflected collectively on the distribution of power + \item as many decisions as possible are left up to each person + \item all decisions are treated as provisional + \end{enumerate} + \newpage + \section{Things Go Wrong When...} + \begin{enumerate} + \item one voice is heard more than others + \item complacency in a few leading decisions + \end{enumerate} + \newpage Back\par Cover \thispagestyle{empty} \newpage Intro to Achieving Consensus From 2e4bd6fd8ca8dc762192d71e0fc8fef528da7164 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Tue, 21 Oct 2025 10:16:45 -0400 Subject: [PATCH 15/15] formatting --- ConsensusPocketReference.tex | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/ConsensusPocketReference.tex b/ConsensusPocketReference.tex index 7c957b3..866c09d 100644 --- a/ConsensusPocketReference.tex +++ b/ConsensusPocketReference.tex @@ -35,8 +35,11 @@ \textbf{Block}: Member blocks on moral or ethical grounds and the proposal fails \newpage - Page\par \#3\newpage - \section{Roles} + + Page\par \#3 + + \newpage + \section{Roles} Roles: Essential for Efficiency Essential Roles: @@ -70,9 +73,13 @@ \item complacency in a few leading decisions \end{enumerate} \newpage - Back\par Cover \thispagestyle{empty} \newpage - Intro to Achieving Consensus + Back\par Cover + \thispagestyle{empty} + + \newpage + {\centering \huge \textbf{Intro to Achieving Consensus}\par} + Consensus Decision Making (CDM) @@ -80,5 +87,6 @@ "The commons are those things that we all own together, that are neither privately owned,nor managed by the government" - \thispagestyle{empty} \newpage + \thispagestyle{empty} + \end{document}