Adding the graph to the workbook
This commit is contained in:
parent
c597349df2
commit
29811cd053
1 changed files with 9 additions and 1 deletions
|
|
@ -35,6 +35,11 @@
|
||||||
% Set the value
|
% Set the value
|
||||||
\newlength{\mylen}
|
\newlength{\mylen}
|
||||||
\setlength{\mylen}{0.25in}
|
\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 ---
|
% --- Add corner image depending on odd/even page ---
|
||||||
\newcommand{\AddCornerImage}{%
|
\newcommand{\AddCornerImage}{%
|
||||||
\AddToShipoutPictureBG{%
|
\AddToShipoutPictureBG{%
|
||||||
|
|
@ -78,7 +83,7 @@
|
||||||
|
|
||||||
\newcommand{\linedpagetwo}{%
|
\newcommand{\linedpagetwo}{%
|
||||||
\noindent
|
\noindent
|
||||||
\foreach \n in {1,...,30}{%
|
\foreach \n in {1,...,15}{%
|
||||||
\rule{\textwidth}{0.4pt}\\[\baselineskip]
|
\rule{\textwidth}{0.4pt}\\[\baselineskip]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -240,6 +245,7 @@ A consensus meeting needs some structure to function. When running a meeting the
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
|
|
||||||
|
\centering \consensusflowchart{0.9}{\footnotesize}
|
||||||
|
|
||||||
\linedpagetwo
|
\linedpagetwo
|
||||||
|
|
||||||
|
|
@ -263,6 +269,7 @@ From the Yana Ludwig reading:
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
|
|
||||||
|
\linedpagetwo
|
||||||
|
|
||||||
\linedpagetwo
|
\linedpagetwo
|
||||||
|
|
||||||
|
|
@ -385,6 +392,7 @@ Within a Commons, once the external entity has been assigned Private Property ri
|
||||||
|
|
||||||
\linedpagetwo
|
\linedpagetwo
|
||||||
|
|
||||||
|
\linedpagetwo
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue