From bcdaf794798460999d558358d225b82854b1bdd2 Mon Sep 17 00:00:00 2001 From: Ced Date: Sat, 11 Jan 2025 11:01:49 +0000 Subject: [PATCH] Fix merge error in starter-process flowchart --- book/figures/fig-starter-process.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/figures/fig-starter-process.tex b/book/figures/fig-starter-process.tex index 7a5312b..fc6be06 100644 --- a/book/figures/fig-starter-process.tex +++ b/book/figures/fig-starter-process.tex @@ -1,5 +1,5 @@ \begin{tikzpicture}[node distance = 3.5cm, auto] - \node [start, below of=discard, left of=discard] (start_n) {Mix \qty{50}{\gram} flour + \qty{50}{\gram} water, stir}; + \node [start] (start_n) {Mix \qty{50}{\gram} flour + \qty{50}{\gram} water, stir}; \node [block, right of=start_n, node distance = 3.5cm] (wait_n) {Wait\\ \qty{24}{\hour}}; \node [decision, right of=wait_n, node distance = 3.5cm] (readycheck_n) {Ready?}; \node [block, below of=wait_n, node distance = 3.2cm] (feed_n) {Feed the mixture };