From 7b5bd48d8adfbc7d95b219c86c969a237267c60a Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:31:28 -0400 Subject: [PATCH] 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},