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