From 1d4a99fd0136b7958d5fec435ffeeccd552d5e9f Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Sat, 19 Aug 2023 12:24:02 +0200 Subject: [PATCH] Fix flowchart isuse (#186) This fixes an issue in the bassinage flowchart as reported in #182 --- book/figures/fig-kneading-process.tex | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/book/figures/fig-kneading-process.tex b/book/figures/fig-kneading-process.tex index cdb4cb7..8ee5981 100644 --- a/book/figures/fig-kneading-process.tex +++ b/book/figures/fig-kneading-process.tex @@ -14,10 +14,7 @@ \node [block, left of=more_water, node distance=4.5cm] (add_water) {\footnotesize Add water}; \path [line] (more_water) -- node{yes} (add_water); \path [line] (add_water) -- (knead1); - \node [block, below of=add_water, node distance=4cm] (wait3) {\footnotesize Wait 15~minutes}; - \path [line] (add_water) -- (wait3); - \node [decision, right of=wait3, node distance=4.5cm] (dough_sample) {\footnotesize Aliquot sample?}; - \path [line] (wait3) -- (dough_sample); + \node [decision, below of=more_water, node distance=3.5cm] (dough_sample) {\footnotesize Aliquot sample?}; \path [line] (more_water) -- node{no} (dough_sample); \node [block, right of=dough_sample, node distance=4.5cm] (dough_ball) {\footnotesize Make round dough ball}; \path [line] (dough_sample) -- node{no} (dough_ball);