From a56dae4ac9c050b1c41c7e3c844868049f04e383 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Thu, 30 Oct 2025 20:42:21 -0400 Subject: [PATCH 01/16] fix URL --- ScopeSequencing.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 4dc6b4e..4087a13 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -134,7 +134,7 @@ \item \textbf{Source Of This Document} - \qrcode[height=30mm]{https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorksbooks/releases/tag/VERSIONNUMBER} + \qrcode[height=30mm]{https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks/releases/tag/VERSIONNUMBER} From 5ec05b544f4dad741e0d24a8257bc9a5a845b1e7 Mon Sep 17 00:00:00 2001 From: Danyel Pollock <61924695+dnlr-p@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:56:09 -0400 Subject: [PATCH 02/16] #9 formatting starting place --- ScopeSequencing.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 4087a13..f80acd9 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -264,6 +264,7 @@ From the Yana Ludwig reading: \subsection{Social Experimentation} \subsection{Service-based} \subsection{Economic Security} + \subsection{Identity-based Safe Havens} \subsection{Lifestyle and Comfort Enhancement} \subsection{Ecological Sustainability} From 6a1446e4b5a0f68eb52d48f509e3765217dcd11b Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 11:06:14 -0400 Subject: [PATCH 03/16] Add image to front page --- ScopeSequencing.tex | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 4087a13..c891d94 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -43,6 +43,7 @@ % --- Add corner image depending on odd/even page --- \newcommand{\AddCornerImage}{% \AddToShipoutPictureBG{% + \ifnum\value{page}>1 % Only add corners if page number > 1 % === Bottom Corner === \AtPageLowerLeft{% \ifodd\value{page} @@ -71,6 +72,7 @@ }% \fi }% + \fi % End of page number check }% } @@ -97,12 +99,26 @@ \fontsize{8}{9}\selectfont -\vspace*{\fill} -{\centering \huge \textbf{Building A Common}\par} +% Add background image +\AddToShipoutPictureBG*{% + \AtPageLowerLeft{% + \includegraphics[width=\paperwidth,height=\paperheight]{src/how-to-consensus-zine/border-edited.png}% + }% +} + +\vspace*{\fill} +{\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} -\thispagestyle{empty} % put this right after \begin{document} or after your title page - +\thispagestyle{empty} + + \pagebreak \vspace{1cm} From 852aafeeaf6ec0a46b520fbf9737cecdaf51c301 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 11:13:08 -0400 Subject: [PATCH 04/16] Adding boarder to little booklet --- ConsensusPocketReference.tex | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/ConsensusPocketReference.tex b/ConsensusPocketReference.tex index 866c09d..9cb5dc2 100644 --- a/ConsensusPocketReference.tex +++ b/ConsensusPocketReference.tex @@ -1,5 +1,6 @@ \documentclass{article} \usepackage{geometry} +\usepackage{eso-pic} % allows background placement \geometry{ paperwidth=2.75in, paperheight=4.25in, @@ -78,15 +79,29 @@ \thispagestyle{empty} \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}% + }% + } - 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" + \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) + + Intro and Reference + + "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} \end{document} From 50b6fb5fe9de1ceeeeca2fa41d3ad038d3f3c853 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 11:16:34 -0400 Subject: [PATCH 05/16] keep version on cover --- ScopeSequencing.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index c891d94..183f6f6 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -116,7 +116,7 @@ } \vspace*{\fill} -\thispagestyle{empty} + \pagebreak From 26a825be1962f583c6d39b948b9896ef6daf24fa Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 11:24:16 -0400 Subject: [PATCH 06/16] better subtitle --- ScopeSequencing.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 183f6f6..1b052a6 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -110,9 +110,9 @@ {\centering \huge \textbf{Building A Common}\par \vspace{1em} % Space between title and subtitle - \Large A Declaration of Independence + \Large Security and Stability Comes - From Capitalism\par % Add your subtitle + From Working Together\par % Add your subtitle } \vspace*{\fill} From a47295a78d390baf776fe4dccf1b1ef14160d994 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 11:33:29 -0400 Subject: [PATCH 07/16] update the URL because Brunig site went down :/ --- ScopeSequencing.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 1b052a6..0fc5b7c 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -146,7 +146,7 @@ \item \textbf{"Violence Vouchers: a descriptive account of property" by Matt Bruenig} - \qrcode[height=30mm]{https://mattbruenig.com/2014/03/28/violence-vouchers-a-descriptive-account-of-property/} + \qrcode[height=30mm]{https://web.archive.org/web/20250426111925/https://mattbruenig.com/2014/03/28/violence-vouchers-a-descriptive-account-of-property/} \item \textbf{Source Of This Document} From 4f50281162118aff553b2681377ddaab1428e286 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 17:00:52 -0400 Subject: [PATCH 08/16] Add MakerCheckBook --- .github/workflows/main.yml | 5 ++- MakerCheck.tex | 61 ++++++++++++++++++++++++++++ MakerCheckBook.tex | 83 ++++++++++++++++++++++++++++++++++++++ ScopeSequencing.tex | 43 ++------------------ 4 files changed, 151 insertions(+), 41 deletions(-) create mode 100644 MakerCheck.tex create mode 100644 MakerCheckBook.tex diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 067d65d..759b4ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,6 +46,9 @@ jobs: - name: Generate PDF run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex + - name: Generate Checkbook + run: pdflatex -jobname=MakerCheckBook-${{ github.ref_name }} ScopeSequencing.tex + - name: Generate Folding PDF run: pdflatex ConsensusPocketReference.tex @@ -61,7 +64,7 @@ jobs: - name: Create or Update Release uses: softprops/action-gh-release@v1 with: - files: Consensus-Pocket-Booklet-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}-booklet.pdf,how-to-consensus-zine.svg + files: MakerCheckBook-${{ github.ref_name }}.pdf,Consensus-Pocket-Booklet-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}-booklet.pdf,how-to-consensus-zine.svg draft: false prerelease: false name: ${{ github.ref_name }} diff --git a/MakerCheck.tex b/MakerCheck.tex new file mode 100644 index 0000000..261a1f8 --- /dev/null +++ b/MakerCheck.tex @@ -0,0 +1,61 @@ + +\newcommand{\linedpagetwo}{% + \noindent + \foreach \n in {1,...,15}{% + \rule{\textwidth}{0.4pt}\\[\baselineskip] + } +} + + +\newcommand{\verticallines}{% + \noindent% + \begin{tikzpicture}[remember picture, overlay] + \coordinate (TL) at (current page.north west); + \coordinate (BR) at (current page.south east); + \pgfmathsetmacro{\spacing}{0.8} % 8mm spacing in cm + \pgfmathsetmacro{\pagewidth}{\paperwidth/1cm} + \pgfmathsetmacro{\nlines}{int(\pagewidth/\spacing)} + \foreach \i in {0,1,...,\nlines}{ + \draw[gray] ([xshift=\i*\spacing cm]TL) -- ([xshift=\i*\spacing cm]current page.south west); + } + \end{tikzpicture}% +} + +\newcommand{\makercheck}{ + +\begin{turn}{90} + \dbox{% + \begin{minipage}[t][2in]{6.7in} + \begin{minipage}[t][0.4in]{\textwidth} + \vfill + I \rule{2in}{1pt} promise to work for \rule{0.5in}{1pt} hours and \rule{0.5in}{1pt} minutes. + \end{minipage}% + \noindent + + \begin{minipage}[t][1.5in]{0.7\textwidth} + \vfill + \makebox[0.8in][l]{Signed On:} \shortstack{\small Year\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Month\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Day\\[0.4cm]\rule{0.5in}{0.4pt}} + + \makebox[0.8in][l]{Expires On:} \shortstack{\small Year\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Month\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Day\\[0.4cm]\rule{0.5in}{0.4pt}} + + \makebox[0.8in][l]{Done On:} \shortstack{\small Year\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Month\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Day\\[0.4cm]\rule{0.5in}{0.4pt}} + \end{minipage}% + \hfill + \begin{minipage}[t][1.5in]{0.4\textwidth} + \vfill + \shortstack{\small Notes / Type of Work\\[0.6cm]\rule{1.5in}{0.4pt}} + \shortstack{\small Signature\\[0.6cm]\rule{1.5in}{0.4pt}} + \vspace{0.2cm} + \end{minipage} + + % --- Add this block at the end of the minipage --- + \vspace{0pt} + \hfill + \raisebox{0pt}[0pt][0pt]{% + \includegraphics[width=1.2cm]{CornerDetail.png}% + }% + \end{minipage}% + } +\end{turn} + +} \ No newline at end of file diff --git a/MakerCheckBook.tex b/MakerCheckBook.tex new file mode 100644 index 0000000..e552a08 --- /dev/null +++ b/MakerCheckBook.tex @@ -0,0 +1,83 @@ +\documentclass{article} +\usepackage{helvet} +\renewcommand{\familydefault}{\sfdefault} +\usepackage{enumitem,amssymb} +\usepackage{lipsum} % for filler text +\usepackage{geometry} +\geometry{ + paperwidth=8.5in, + paperheight=11in, + top=0.25in, + bottom=0.5in, + left=0.25in, + right=0.2in, + footskip=20pt % Reserve space for footer +} +\usepackage{qrcode} +\newlist{todolist}{itemize}{2} +\setlist[todolist]{label=$\square$} +\usepackage{easylist} +\usepackage{fancyhdr} + +\fancyfoot{} % clear all footer fields + + +\usepackage{hyperref} +\usepackage{tikz} +\usepackage{rotating} +\usepackage{dashbox} +\usepackage{graphicx} +\usepackage{eso-pic} % allows background placement +\pagestyle{fancy} +\usepackage{sectsty} +\sectionfont{\centering} + +% Set the value +\newlength{\mylen} +\setlength{\mylen}{0.25in} +\usepackage{lmodern} +\usepackage{tikz} + +\usepackage{multicol} + + +\usepackage{ifthen} + +\usepackage{atbegshi} +\usetikzlibrary{calc} + +\input{MakerCheck.tex}% +\begin{document} + + \vspace{1cm} + +\begin{turn}{-90} + \centering + \makercheck +\end{turn} + +\vspace{1cm} + +\begin{turn}{-90} + \centering + \makercheck +\end{turn} + +\vspace{1cm} + +\begin{turn}{-90} + \centering + \makercheck +\end{turn} + +\vspace{1cm} + +\begin{turn}{-90} + \centering + \makercheck +\end{turn} + \pagebreak + + \verticallines + +\end{document} \ No newline at end of file diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 0fc5b7c..24857f6 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -83,12 +83,7 @@ } } -\newcommand{\linedpagetwo}{% - \noindent - \foreach \n in {1,...,15}{% - \rule{\textwidth}{0.4pt}\\[\baselineskip] - } -} +\input{MakerCheck.tex}% \usepackage{multicol} @@ -364,40 +359,8 @@ Within a Commons, once the external entity has been assigned Private Property ri \begin{minipage}[t]{2.3in} \vspace{0pt} \centering -\begin{turn}{90} - \dbox{% - \begin{minipage}[t][2in]{6.7in} - \begin{minipage}[t][0.4in]{\textwidth} - \vfill - I \rule{2in}{1pt} promise to work for \rule{0.5in}{1pt} hours and \rule{0.5in}{1pt} minutes. - \end{minipage}% - \noindent - - \begin{minipage}[t][1.5in]{0.7\textwidth} - \vfill - \makebox[0.8in][l]{Signed On:} \shortstack{\small Year\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Month\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Day\\[0.4cm]\rule{0.5in}{0.4pt}} - - \makebox[0.8in][l]{Expires On:} \shortstack{\small Year\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Month\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Day\\[0.4cm]\rule{0.5in}{0.4pt}} - - \makebox[0.8in][l]{Done On:} \shortstack{\small Year\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Month\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Day\\[0.4cm]\rule{0.5in}{0.4pt}} - \end{minipage}% - \hfill - \begin{minipage}[t][1.5in]{0.4\textwidth} - \vfill - \shortstack{\small Notes / Type of Work\\[0.6cm]\rule{1.5in}{0.4pt}} - \shortstack{\small Signature\\[0.6cm]\rule{1.5in}{0.4pt}} - \vspace{0.2cm} - \end{minipage} - - % --- Add this block at the end of the minipage --- - \vspace{0pt} - \hfill - \raisebox{0pt}[0pt][0pt]{% - \includegraphics[width=1.2cm]{CornerDetail.png}% - }% - \end{minipage}% - } -\end{turn} + +\makercheck \vspace{0.1cm} {\footnotesize Cut along the dotted line} From c5558079499286f719e5f6d9e4e2601ed1647358 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 17:06:20 -0400 Subject: [PATCH 09/16] Make the yml point to the correct tex build the checkbook --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 759b4ac..077d7e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex - name: Generate Checkbook - run: pdflatex -jobname=MakerCheckBook-${{ github.ref_name }} ScopeSequencing.tex + run: pdflatex -jobname=MakerCheckBook-${{ github.ref_name }} MakerCheckBook.tex - name: Generate Folding PDF run: pdflatex ConsensusPocketReference.tex From 15eb3b486b8398b837a9d9b59af7a194ff7d4bf6 Mon Sep 17 00:00:00 2001 From: usvfun Date: Sat, 1 Nov 2025 17:14:11 -0400 Subject: [PATCH 10/16] changes to spelling, minor changes to prose --- ScopeSequencing.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index 4087a13..a74c251 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -286,7 +286,7 @@ This category is referred to as "Private Property" and is a collection of a few \begin{enumerate} - \item \textbf{Usufruct} - the right use use and receive the value from a piece of the physical world + \item \textbf{Usufruct} - the right to use and receive the value from a piece of the physical world \item \textbf{Destruction} - the right to destroy a piece of the physical world @@ -305,7 +305,7 @@ Within a Commons, once the external entity has been assigned Private Property ri \subsection{Personal Property} The items or space that is exclusively assigned along the legal definition. These can be either private property that came with someone into the commons, or can be the appropriators allocated share of some bounty. -\subsection{Commons Space} This is the piece of the physical world that may have Usufruct allocated to members, or the public. These generally have the right of destruction held withing the commons (for repairs and upgrades). The right to exclude is also held by the commons itself to determine if and when people can or will be excluded. +\subsection{Commons Space} This is the piece of the physical world that may have Usufruct allocated to members, or the public. These generally have the right of destruction held within the commons (for repairs and upgrades). The right to exclude is also held by the commons itself to determine if and when people can or will be excluded. \subsection{Public Space} This is space held by the state that assigned property rights. Examples would be the roads, infrastructure and public lands such as parks. @@ -398,16 +398,16 @@ Within a Commons, once the external entity has been assigned Private Property ri \pagebreak -\section{HOW-TO Build Common} +\section{HOW-TO Build A Common} Lets imagine we would actually like to put these ideas into practice. \begin{enumerate} - \item The first task is to gather together a group of your community to discuss what to organize. Using the stated principals in this pamphlet is an easy way to begin discussion. A group can change any and all frameworks laid out here, the important part is to agree on principals of decision making and intent as the starting point. Everything starts by talking to the people around you. + \item The first task is to gather together a group of your community to discuss what to organize. Using the stated principals in this pamphlet is an easy way to begin discussion. A group can change any and all frameworks laid out here. The important part is to agree on principals of decision making and intent as the starting point. Everything starts by talking to the people around you. - \item Define a piece of the physical world with clearly defined boundaries. A clearly defined boundary will be some piece or pieces of the physical world that can be assigned as property by the legal system in which you reside. The group that is gathering can use the consensus process to determine what piece of the physical world they with to manage. If it is a purchase of a property to manage, discuss the monthly input committed by each member, and compare that to the available real estate and financing terms. A trust is a legal structure that can be used with a charter of assigned property and access rights to bridge cooperative decision making internally with the legal structure external to the cooperative. + \item Define a piece of the physical world with clearly defined boundaries. A clearly defined boundary will be some piece or pieces of the physical world that can be assigned as property by the legal system in which you reside. The group that is gathering can use the consensus process to determine what piece of the physical world they wish to manage. If it is a purchase of a property to manage, discuss the monthly input committed by each member, and compare that to the available real estate and financing terms. A trust is a legal structure that can be used with a charter of assigned property and access rights to bridge cooperative decision making internally with the legal structure external to the cooperative. \item Establish problem solving strategies and conflict resolution forums. This can simply be that you agree to call a consensus meeting whenever there is a commons related decision that needs to be made. Ostrums book contains many different forms of problem solving systems if you need more examples. @@ -427,7 +427,7 @@ young - old. We all want to help one another. Human beings are like that. We want to live by each other's happiness - not by each other's misery. We don't want to hate and despise one another. In this world there is room for everyone. And the good earth is rich and can provide -for everyone. The way of life can be free and beautiful... but we have +for everyone. This way of life can be free and beautiful... but we have lost the way. Greed has poisoned our souls, has barricaded the world with hate, has @@ -443,7 +443,7 @@ very nature of these inventions cries out for the goodness in humanity - cries out for universal kinship - for the unity of us all. Even now my words could reach billions throughout the world - billions of despairing men, women, and little children - victims of a system that -makes us torture and imprison each other in either the slavery of wage labor or the destitution of homelesness. +makes us torture and imprison each other in either the slavery of wage labor or the destitution of homelessness. To those who can hear me, I say - do not despair. The misery that is now upon us is but the passing of greed - the bitterness of those who fear From 8b704dde803f3380df542d4a720a470eac1b2738 Mon Sep 17 00:00:00 2001 From: usvfun Date: Sat, 1 Nov 2025 17:14:36 -0400 Subject: [PATCH 11/16] 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} From c6b28232257471c9b66cd370d8b350cecaf93582 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 18:40:36 -0400 Subject: [PATCH 12/16] move the text within the boarder --- ConsensusPocketReference.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ConsensusPocketReference.tex b/ConsensusPocketReference.tex index e0a87ba..fde8d28 100644 --- a/ConsensusPocketReference.tex +++ b/ConsensusPocketReference.tex @@ -96,12 +96,14 @@ {\Huge\textbf{Consensus}}\\[1cm] {\Large Consensus Decision Making (CDM)}\\[0.2cm] - {\Large Intro and Reference}\\[2cm] + {\Large Intro and Reference}\\[1cm] \emph{``The commons are those things\\ that we all own together,\\ that are neither privately owned,\\ nor managed by the government.''} + + \vspace{1cm} \end{center} From 5843b91020a755549f3b521d76b64b22d90a4d01 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 18:59:12 -0400 Subject: [PATCH 13/16] updating the lines to address https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks/issues/13 --- MakerCheck.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MakerCheck.tex b/MakerCheck.tex index 261a1f8..b66ce5f 100644 --- a/MakerCheck.tex +++ b/MakerCheck.tex @@ -6,21 +6,19 @@ } } - \newcommand{\verticallines}{% \noindent% \begin{tikzpicture}[remember picture, overlay] \coordinate (TL) at (current page.north west); \coordinate (BR) at (current page.south east); \pgfmathsetmacro{\spacing}{0.8} % 8mm spacing in cm - \pgfmathsetmacro{\pagewidth}{\paperwidth/1cm} + \pgfmathsetmacro{\pagewidth}{8.5*2.54} % 8.5 inches converted to cm \pgfmathsetmacro{\nlines}{int(\pagewidth/\spacing)} \foreach \i in {0,1,...,\nlines}{ \draw[gray] ([xshift=\i*\spacing cm]TL) -- ([xshift=\i*\spacing cm]current page.south west); } \end{tikzpicture}% } - \newcommand{\makercheck}{ \begin{turn}{90} From d154d6f15d438c4b714c1c10312ea37383e9a9e2 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 20:53:37 -0400 Subject: [PATCH 14/16] https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks/issues/13 attempt to resolve --- MakerCheck.tex | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/MakerCheck.tex b/MakerCheck.tex index b66ce5f..725ae96 100644 --- a/MakerCheck.tex +++ b/MakerCheck.tex @@ -7,18 +7,21 @@ } \newcommand{\verticallines}{% + \vspace*{-1in}% Move to top of physical page + \vspace*{-\topmargin}% + \vspace*{-\headheight}% + \vspace*{-\headsep}% \noindent% - \begin{tikzpicture}[remember picture, overlay] - \coordinate (TL) at (current page.north west); - \coordinate (BR) at (current page.south east); - \pgfmathsetmacro{\spacing}{0.8} % 8mm spacing in cm - \pgfmathsetmacro{\pagewidth}{8.5*2.54} % 8.5 inches converted to cm - \pgfmathsetmacro{\nlines}{int(\pagewidth/\spacing)} + \begin{tikzpicture}[overlay] + \pgfmathsetmacro{\spacing}{0.8} + \pgfmathsetmacro{\nlines}{26} \foreach \i in {0,1,...,\nlines}{ - \draw[gray] ([xshift=\i*\spacing cm]TL) -- ([xshift=\i*\spacing cm]current page.south west); + \draw[gray] (\i*\spacing cm, 0cm) -- (\i*\spacing cm, -27.94cm); } \end{tikzpicture}% } + + \newcommand{\makercheck}{ \begin{turn}{90} From 740dca84d0aed5a1b04e3e4eec9b29e8763e6e60 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 2 Nov 2025 09:49:08 -0500 Subject: [PATCH 15/16] formatting --- MakerCheckBook.tex | 61 +++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 31 deletions(-) diff --git a/MakerCheckBook.tex b/MakerCheckBook.tex index e552a08..3799510 100644 --- a/MakerCheckBook.tex +++ b/MakerCheckBook.tex @@ -8,10 +8,9 @@ paperwidth=8.5in, paperheight=11in, top=0.25in, - bottom=0.5in, + bottom=0.25in, left=0.25in, - right=0.2in, - footskip=20pt % Reserve space for footer + right=0.25in } \usepackage{qrcode} \newlist{todolist}{itemize}{2} @@ -48,34 +47,34 @@ \input{MakerCheck.tex}% \begin{document} - - \vspace{1cm} - -\begin{turn}{-90} - \centering - \makercheck -\end{turn} - -\vspace{1cm} - -\begin{turn}{-90} - \centering - \makercheck -\end{turn} - -\vspace{1cm} - -\begin{turn}{-90} - \centering - \makercheck -\end{turn} - -\vspace{1cm} - -\begin{turn}{-90} - \centering - \makercheck -\end{turn} + \begin{center} + + \begin{turn}{-90} + \centering + \makercheck + \end{turn} + + \vfill + + \begin{turn}{-90} + \centering + \makercheck + \end{turn} + + \vfill + + \begin{turn}{-90} + \centering + \makercheck + \end{turn} + + \vfill + + \begin{turn}{-90} + \centering + \makercheck + \end{turn} + \end{center} \pagebreak \verticallines From bbea43198fb01a18f7114ca95c4b74e31fbb4541 Mon Sep 17 00:00:00 2001 From: Danyel Pollock <61924695+dnlr-p@users.noreply.github.com> Date: Sat, 8 Nov 2025 11:35:36 -0500 Subject: [PATCH 16/16] address issue #9 Update description of economic security based communities. --- ScopeSequencing.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScopeSequencing.tex b/ScopeSequencing.tex index f80acd9..04b2f13 100644 --- a/ScopeSequencing.tex +++ b/ScopeSequencing.tex @@ -264,7 +264,7 @@ From the Yana Ludwig reading: \subsection{Social Experimentation} \subsection{Service-based} \subsection{Economic Security} - +In high cost of living areas, communities formed around economic security can be particularly effective at allowing creative and other groups to remain in place as costs rise. Communities can use tools such as income pooling, cost splitting, or cooperatively run business ventures to support economic access. \subsection{Identity-based Safe Havens} \subsection{Lifestyle and Comfort Enhancement} \subsection{Ecological Sustainability}