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