Factorize footnotesize in all TikZ flowcharts (#220)

Makes it somewhat simpler.  You can always ovewrite it per flowchart or
per box if you want to.
This commit is contained in:
cedounet
2023-09-08 10:34:58 +01:00
committed by GitHub
parent cec83c623f
commit f9ce261c94
17 changed files with 165 additions and 165 deletions

View File

@@ -1,14 +1,14 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (heat_oven) {\footnotesize Heat oven to \qty{230}{\degreeCelsius} (\qty{446}{\degF}) for 30~minutes}; \node [start] (heat_oven) {Heat oven to \qty{230}{\degreeCelsius} (\qty{446}{\degF}) for 30~minutes};
\node [block, right of=heat_oven, node distance=3cm] (score_dough) {\footnotesize Score your dough}; \node [block, right of=heat_oven, node distance=3cm] (score_dough) {Score your dough};
\node [decision, right of=score_dough, node distance=4cm] (decide_steam) {\footnotesize Choose your steaming method}; \node [decision, right of=score_dough, node distance=4cm] (decide_steam) {Choose your steaming method};
\node [block, below of=heat_oven, node distance=4cm] (inverted_tray_method) {\footnotesize Inverted tray method}; \node [block, below of=heat_oven, node distance=4cm] (inverted_tray_method) {Inverted tray method};
\node [block, right of=inverted_tray_method, node distance=3cm] (dutch_oven) {\footnotesize Dutch oven}; \node [block, right of=inverted_tray_method, node distance=3cm] (dutch_oven) {Dutch oven};
\node [block, right of=dutch_oven, node distance=3cm] (steam_injection) {\footnotesize Steam injection oven}; \node [block, right of=dutch_oven, node distance=3cm] (steam_injection) {Steam injection oven};
\node [block, below of=inverted_tray_method, node distance=3cm] (bake_30) {\footnotesize Bake dough for 30~minutes with steam}; \node [block, below of=inverted_tray_method, node distance=3cm] (bake_30) {Bake dough for 30~minutes with steam};
\node [block, right of=bake_30, node distance=3cm] (remove_steam) {\footnotesize Remove source of steam}; \node [block, right of=bake_30, node distance=3cm] (remove_steam) {Remove source of steam};
\node [block, right of=remove_steam, node distance=3cm] (build_crust) {\footnotesize Build the crust}; \node [block, right of=remove_steam, node distance=3cm] (build_crust) {Build the crust};
\node [success, right of=build_crust, node distance=3cm] (finish_baking) {\footnotesize Stop baking 10--30~minutes later depending on crust preference}; \node [success, right of=build_crust, node distance=3cm] (finish_baking) {Stop baking 10--30~minutes later depending on crust preference};
\path [line] (heat_oven) -- (score_dough); \path [line] (heat_oven) -- (score_dough);
\path [line] (score_dough) -- (decide_steam); \path [line] (score_dough) -- (decide_steam);
\path [line] (decide_steam) -- (inverted_tray_method); \path [line] (decide_steam) -- (inverted_tray_method);

View File

@@ -1,14 +1,14 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Bulk fermentation}; \node [start] (init) {Bulk fermentation};
\node [block, right of=init] (check_dough) {\footnotesize Check the dough}; \node [block, right of=init] (check_dough) {Check the dough};
\node [block, right of=check_dough, node distance=4cm] (size_increase) {\footnotesize Check dough size increase}; \node [block, right of=check_dough, node distance=4cm] (size_increase) {Check dough size increase};
\node [block, below of=size_increase, node distance=2cm] (ph_value) {\footnotesize Check dough pH value}; \node [block, below of=size_increase, node distance=2cm] (ph_value) {Check dough pH value};
\node [block, below of=ph_value, node distance=2cm] (smell) {\footnotesize Check dough smell}; \node [block, below of=ph_value, node distance=2cm] (smell) {Check dough smell};
\node [decision, right of=ph_value, node distance=4cm] (dough_ready) {\footnotesize Dough ready?}; \node [decision, right of=ph_value, node distance=4cm] (dough_ready) {Dough ready?};
\node [success, below of=dough_ready] (divide_preshape) {\footnotesize Divide and preshape}; \node [success, below of=dough_ready] (divide_preshape) {Divide and preshape};
\node [decision, below of=smell] (dough_flattened) {\footnotesize Dough flattened out?}; \node [decision, below of=smell] (dough_flattened) {Dough flattened out?};
\node [block, below of=check_dough, node distance=3cm] (wait_60_minutes) {\footnotesize Wait\\ 60~minutes}; \node [block, below of=check_dough, node distance=3cm] (wait_60_minutes) {Wait\\ 60~minutes};
\node [block, below of=wait_60_minutes, node distance=4cm] (stretch_fold) {\footnotesize Stretch and fold}; \node [block, below of=wait_60_minutes, node distance=4cm] (stretch_fold) {Stretch and fold};
\path [line] (init) -- (check_dough); \path [line] (init) -- (check_dough);
\path [line] (check_dough) -- (size_increase); \path [line] (check_dough) -- (size_increase);

View File

@@ -1,8 +1,8 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Dividing required?}; \node [start] (init) {Dividing required?};
\node [decision, right of=init, node distance=5cm] (more_than_one_loaf) {\footnotesize More than 1 loaf?}; \node [decision, right of=init, node distance=5cm] (more_than_one_loaf) {More than 1 loaf?};
\node [success, right of=more_than_one_loaf, node distance=5cm] (yes) {\footnotesize Yes}; \node [success, right of=more_than_one_loaf, node distance=5cm] (yes) {Yes};
\node [success, below of=yes, node distance=3cm] (no) {\footnotesize No}; \node [success, below of=yes, node distance=3cm] (no) {No};
\path [line] (init) -- (more_than_one_loaf); \path [line] (init) -- (more_than_one_loaf);
\path [line] (more_than_one_loaf) -- (yes); \path [line] (more_than_one_loaf) -- (yes);
\path [line] (more_than_one_loaf) -- (no); \path [line] (more_than_one_loaf) -- (no);

View File

@@ -1,20 +1,20 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (heat_oven) {\footnotesize Preheat DO to \qty{230}{\degreeCelsius} (\qty{446}{\degF}) for 30~minutes}; \node [start] (heat_oven) {Preheat DO to \qty{230}{\degreeCelsius} (\qty{446}{\degF}) for 30~minutes};
\node [block, right of=heat_oven] (remove_oven) {\footnotesize Remove DO from oven }; \node [block, right of=heat_oven] (remove_oven) {Remove DO from oven };
\node [block, right of=remove_oven] (open_load_dough) {\footnotesize Open DO \& load your dough}; \node [block, right of=remove_oven] (open_load_dough) {Open DO \& load your dough};
\node [block, right of=open_load_dough] (score) {\footnotesize Score your dough}; \node [block, right of=open_load_dough] (score) {Score your dough};
\node [block, right of=score] (spritz) {\footnotesize Spritz dough with water}; \node [block, right of=score] (spritz) {Spritz dough with water};
\node [block, below of=spritz] (close) {\footnotesize Close DO}; \node [block, below of=spritz] (close) {Close DO};
\node [block, left of=close] (back_oven) {\footnotesize Place DO back in oven}; \node [block, left of=close] (back_oven) {Place DO back in oven};
\node [block, left of=back_oven] (bake) {\footnotesize Bake 30~minutes at \qty{230}{\degreeCelsius} (\qty{446}{\degF})}; \node [block, left of=back_oven] (bake) {Bake 30~minutes at \qty{230}{\degreeCelsius} (\qty{446}{\degF})};
\node [block, below of=heat_oven] (wait_5_minutes) {\footnotesize Wait\\ 5 minutes}; \node [block, below of=heat_oven] (wait_5_minutes) {Wait\\ 5 minutes};
\node [decision, below of=wait_5_minutes, node distance=4cm] (is_ready_check) {\footnotesize Core temperature \qty{92}{\degreeCelsius} (\qty{197}{\degF})?}; \node [decision, below of=wait_5_minutes, node distance=4cm] (is_ready_check) {Core temperature \qty{92}{\degreeCelsius} (\qty{197}{\degF})?};
\node [block, right of=is_ready_check, node distance=4cm] (remove_do_lid) {\footnotesize Remove DO lid}; \node [block, right of=is_ready_check, node distance=4cm] (remove_do_lid) {Remove DO lid};
\node [block, right of=wait_5_minutes] (test_temperature_again) {\footnotesize Test core temperature again}; \node [block, right of=wait_5_minutes] (test_temperature_again) {Test core temperature again};
\node [decision, right of=remove_do_lid, node distance=4cm] (dark_enough_decision) {\footnotesize Crust color dark enough?}; \node [decision, right of=remove_do_lid, node distance=4cm] (dark_enough_decision) {Crust color dark enough?};
\node [success, below of=dark_enough_decision] (finish_baking) {\footnotesize Bread is finished}; \node [success, below of=dark_enough_decision] (finish_baking) {Bread is finished};
\node [block, below of=close] (test_crust_again) {\footnotesize Test crust color again}; \node [block, below of=close] (test_crust_again) {Test crust color again};
\node [block, below of=test_crust_again] (bake_5_more_minutes) {\footnotesize Bake another 5~minutes}; \node [block, below of=test_crust_again] (bake_5_more_minutes) {Bake another 5~minutes};
\path [line] (heat_oven) -- (remove_oven); \path [line] (heat_oven) -- (remove_oven);
\path [line] (remove_oven) -- (open_load_dough); \path [line] (remove_oven) -- (open_load_dough);
\path [line] (open_load_dough) -- (score); \path [line] (open_load_dough) -- (score);

View File

@@ -1,14 +1,14 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Place water tray and stone in oven}; \node [start] (init) {Place water tray and stone in oven};
\node [block, right of=init] (heat_oven) {\footnotesize Heat oven to \qty{230}{\degreeCelsius} (\qty{446}{\degF}) for 30~minutes}; \node [block, right of=init] (heat_oven) {Heat oven to \qty{230}{\degreeCelsius} (\qty{446}{\degF}) for 30~minutes};
\node [block, right of=heat_oven] (score_your_dough) {\footnotesize Score your dough}; \node [block, right of=heat_oven] (score_your_dough) {Score your dough};
\node [block, right of=score_your_dough] (spritz) {\footnotesize Spritz your dough with water}; \node [block, right of=score_your_dough] (spritz) {Spritz your dough with water};
\node [block, right of=spritz] (load_tray) {\footnotesize Place non-preheated inverted tray in oven}; \node [block, right of=spritz] (load_tray) {Place non-preheated inverted tray in oven};
\node [block, below of=load_tray, node distance=4cm] (load_doughs) {\footnotesize Load doughs into oven}; \node [block, below of=load_tray, node distance=4cm] (load_doughs) {Load doughs into oven};
\node [block, left of=load_doughs, node distance=3cm] (load_water) {\footnotesize Place water in heated water tray}; \node [block, left of=load_doughs, node distance=3cm] (load_water) {Place water in heated water tray};
\node [block, left of=load_water, node distance=3cm] (bake) {\footnotesize Bake 30~minutes or until core temperature is \qty{92}{\degreeCelsius} (\qty{197}{\degF})}; \node [block, left of=load_water, node distance=3cm] (bake) {Bake 30~minutes or until core temperature is \qty{92}{\degreeCelsius} (\qty{197}{\degF})};
\node [block, left of=bake, node distance=3cm] (remove_steam) {\footnotesize Remove steam source and top tray}; \node [block, left of=bake, node distance=3cm] (remove_steam) {Remove steam source and top tray};
\node [success, left of=remove_steam, node distance=3cm] (finish) {\footnotesize Bake at least another 10~minutes or until crust has your desired color}; \node [success, left of=remove_steam, node distance=3cm] (finish) {Bake at least another 10~minutes or until crust has your desired color};
\path [line] (init) -- (heat_oven); \path [line] (init) -- (heat_oven);
\path [line] (heat_oven) -- (score_your_dough); \path [line] (heat_oven) -- (score_your_dough);
\path [line] (score_your_dough) -- (spritz); \path [line] (score_your_dough) -- (spritz);

View File

@@ -1,26 +1,26 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Homogenize recipe ingredients}; \node [start] (init) {Homogenize recipe ingredients};
\node [block, right of=init, node distance=3cm] (wait1) {\footnotesize Wait\\15~minutes}; \node [block, right of=init, node distance=3cm] (wait1) {Wait\\15~minutes};
\path [line] (init) -- (wait1); \path [line] (init) -- (wait1);
\node [block, right of=wait1, node distance=3cm] (knead1) {\footnotesize Knead 5~minutes}; \node [block, right of=wait1, node distance=3cm] (knead1) {Knead 5~minutes};
\path [line] (wait1) -- (knead1); \path [line] (wait1) -- (knead1);
\node [block, right of=knead1, node distance=3cm] (wait2) {\footnotesize Wait\\15~minutes}; \node [block, right of=knead1, node distance=3cm] (wait2) {Wait\\15~minutes};
\path [line] (knead1) -- (wait2); \path [line] (knead1) -- (wait2);
\node [decision, below of=wait2, node distance=3cm] (windowpane_test) {\footnotesize Window-pane?}; \node [decision, below of=wait2, node distance=3cm] (windowpane_test) {Window-pane?};
\path [line] (wait2) -- (windowpane_test); \path [line] (wait2) -- (windowpane_test);
\path [line] (windowpane_test) -- node{no} (knead1); \path [line] (windowpane_test) -- node{no} (knead1);
\node [decision, left of=windowpane_test, node distance=4.5cm] (more_water) {\footnotesize Bassinage for more water?}; \node [decision, left of=windowpane_test, node distance=4.5cm] (more_water) {Bassinage for more water?};
\path [line] (windowpane_test) -- node{yes} (more_water); \path [line] (windowpane_test) -- node{yes} (more_water);
\node [block, left of=more_water, node distance=4.5cm] (add_water) {\footnotesize Add water}; \node [block, left of=more_water, node distance=4.5cm] (add_water) {Add water};
\path [line] (more_water) -- node{yes} (add_water); \path [line] (more_water) -- node{yes} (add_water);
\path [line] (add_water) -- (knead1); \path [line] (add_water) -- (knead1);
\node [decision, below of=more_water, node distance=3.5cm] (dough_sample) {\footnotesize Aliquot sample?}; \node [decision, below of=more_water, node distance=3.5cm] (dough_sample) {Aliquot sample?};
\path [line] (more_water) -- node{no} (dough_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}; \node [block, right of=dough_sample, node distance=4.5cm] (dough_ball) {Make round dough ball};
\path [line] (dough_sample) -- node{no} (dough_ball); \path [line] (dough_sample) -- node{no} (dough_ball);
\node [block, below of=dough_sample, node distance=3cm] (extract_sample) {\footnotesize Extract sample}; \node [block, below of=dough_sample, node distance=3cm] (extract_sample) {Extract sample};
\path [line] (dough_sample) -- node{yes} (extract_sample); \path [line] (dough_sample) -- node{yes} (extract_sample);
\path [line] (extract_sample) -- (dough_ball); \path [line] (extract_sample) -- (dough_ball);
\node [success, below of=dough_ball, node distance=3cm] (begin_bulk) {\footnotesize Begin bulk fermentation}; \node [success, below of=dough_ball, node distance=3cm] (begin_bulk) {Begin bulk fermentation};
\path [line] (dough_ball) -- (begin_bulk); \path [line] (dough_ball) -- (begin_bulk);
\end{tikzpicture} \end{tikzpicture}

View File

@@ -1,19 +1,19 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Make a regular or stiff starter}; \node [start] (init) {Make a regular or stiff starter};
\node [block, right of=init] (feed_new_ratio) {\footnotesize Mix \qty{1}{\gram} existing starter, \qty{5}{\gram} flour and \qty{25}{\gram} water}; \node [block, right of=init] (feed_new_ratio) {Mix \qty{1}{\gram} existing starter, \qty{5}{\gram} flour and \qty{25}{\gram} water};
\node [block, right of=feed_new_ratio] (next_day) {\footnotesize Wait\\ \qty{24}{\hour}}; \node [block, right of=feed_new_ratio] (next_day) {Wait\\ \qty{24}{\hour}};
\node [block, below of=init, node distance=4cm] (feed_again) {\footnotesize Feed again using 1:5:25 ratio}; \node [block, below of=init, node distance=4cm] (feed_again) {Feed again using 1:5:25 ratio};
\node [block, right of=next_day, node distance=5cm] (test) {\footnotesize Check starter readiness?}; \node [block, right of=next_day, node distance=5cm] (test) {Check starter readiness?};
\node [decision, below of=next_day, node distance=4cm] (ready_signs) {\footnotesize Sour yogurty smell and bubbles visible on flour?}; \node [decision, below of=next_day, node distance=4cm] (ready_signs) {Sour yogurty smell and bubbles visible on flour?};
\node [block, below of=test, node distance=4cm] (last_feed) {\footnotesize Feed one last time}; \node [block, below of=test, node distance=4cm] (last_feed) {Feed one last time};
\node [success, below of=last_feed, node distance=3cm] (bread_dough) {\footnotesize Make bread dough}; \node [success, below of=last_feed, node distance=3cm] (bread_dough) {Make bread dough};
\path [line] (init) -- (feed_new_ratio); \path [line] (init) -- (feed_new_ratio);
\path [line] (feed_new_ratio) -- (next_day); \path [line] (feed_new_ratio) -- (next_day);
\path [line] (feed_again) -- node{\footnotesize repeat 3 times} (feed_new_ratio); \path [line] (feed_again) -- node{repeat 3 times} (feed_new_ratio);
\path [line] (next_day) -- node{\footnotesize after 3~days} (test); \path [line] (next_day) -- node{after 3~days} (test);
\path [line] (next_day) -- (feed_again); \path [line] (next_day) -- (feed_again);
\path [line] (test) -- (ready_signs); \path [line] (test) -- (ready_signs);
\path [line] (ready_signs) -- node{\footnotesize no} (feed_again); \path [line] (ready_signs) -- node{no} (feed_again);
\path [line] (ready_signs) -- node{\footnotesize yes} (last_feed); \path [line] (ready_signs) -- node{yes} (last_feed);
\path [line] (last_feed) -- node{\footnotesize after \qtyrange{6}{12}{\hour}} (bread_dough); \path [line] (last_feed) -- node{after \qtyrange{6}{12}{\hour}} (bread_dough);
\end{tikzpicture} \end{tikzpicture}

View File

@@ -1,10 +1,10 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Mix ingredients}; \node [start] (init) {Mix ingredients};
\node [block, below of=init, node distance=3cm] (bulk_ferment) {\footnotesize Bulk ferment}; \node [block, below of=init, node distance=3cm] (bulk_ferment) {Bulk ferment};
\node [block, right of=init, node distance=3cm] (divide) {\footnotesize Divide}; \node [block, right of=init, node distance=3cm] (divide) {Divide};
\node [block, below of=divide, node distance=3cm] (shape) {\footnotesize Shape}; \node [block, below of=divide, node distance=3cm] (shape) {Shape};
\node [block, right of=divide, node distance=3cm] (proof) {\footnotesize Proof}; \node [block, right of=divide, node distance=3cm] (proof) {Proof};
\node [success, below of=proof, node distance=3cm] (bake) {\footnotesize Bake}; \node [success, below of=proof, node distance=3cm] (bake) {Bake};
\path [line] (init) -- (bulk_ferment); \path [line] (init) -- (bulk_ferment);
\path [line] (bulk_ferment) -- (divide); \path [line] (bulk_ferment) -- (divide);
\path [line] (divide) -- (shape); \path [line] (divide) -- (shape);

View File

@@ -1,13 +1,13 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [decision_start] (init) {\footnotesize Room temperature proofing?}; \node [decision_start] (init) {Room temperature proofing?};
\node [decision, right of=init, node distance=9cm] (retard_bake_decision) {\footnotesize Bake in less than \qty{10}{\hour} from now?}; \node [decision, right of=init, node distance=9cm] (retard_bake_decision) {Bake in less than \qty{10}{\hour} from now?};
\node [block, below of=init, node distance=4cm] (poke) {\footnotesize Poke the dough}; \node [block, below of=init, node distance=4cm] (poke) {Poke the dough};
\node [block, right of=poke, node distance=4cm] (wait_poke) {\footnotesize Wait\\ 15~minutes}; \node [block, right of=poke, node distance=4cm] (wait_poke) {Wait\\ 15~minutes};
\node [decision, below of=poke, node distance=3cm] (dent_visible_decision) {\footnotesize Dent still visible after 1~minute?}; \node [decision, below of=poke, node distance=3cm] (dent_visible_decision) {Dent still visible after 1~minute?};
\node [success, right of=dent_visible_decision, node distance=4cm] (bake) {\footnotesize Score and bake}; \node [success, right of=dent_visible_decision, node distance=4cm] (bake) {Score and bake};
\node [block, below of=retard_bake_decision, node distance=3cm] (wait_retard) {\footnotesize Wait\\ 15~minutes}; \node [block, below of=retard_bake_decision, node distance=3cm] (wait_retard) {Wait\\ 15~minutes};
\node [block, below of=wait_retard, node distance=3cm] (retard) {\footnotesize Proof in fridge at \qty{4}{\degreeCelsius} (\qty{40}{\degF})}; \node [block, below of=wait_retard, node distance=3cm] (retard) {Proof in fridge at \qty{4}{\degreeCelsius} (\qty{40}{\degF})};
\node [block, right of=wait_retard, node distance=3cm] (move_to_fridge) {\footnotesize Move dough directly to fridge}; \node [block, right of=wait_retard, node distance=3cm] (move_to_fridge) {Move dough directly to fridge};
\path [line] (init) -- node{yes} (poke); \path [line] (init) -- node{yes} (poke);
\path [line] (init) -- node{no} (retard_bake_decision); \path [line] (init) -- node{no} (retard_bake_decision);
\path [line] (poke) -- (dent_visible_decision); \path [line] (poke) -- (dent_visible_decision);

View File

@@ -1,12 +1,12 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Begin shaping}; \node [start] (init) {Begin shaping};
\node [decision, right of=init, node distance=5cm] (overfermented_decision) {\footnotesize Dough overly sticky or dough tears?}; \node [decision, right of=init, node distance=5cm] (overfermented_decision) {Dough overly sticky or dough tears?};
\node [block, right of=overfermented_decision, node distance=4cm] (overfermented) {\footnotesize Your dough is likely overfermented}; \node [block, right of=overfermented_decision, node distance=4cm] (overfermented) {Your dough is likely overfermented};
\node [fail, right of=overfermented, node distance=3cm] (loafpan) {\footnotesize Move to loaf pan, short proof, then bake directly}; \node [fail, right of=overfermented, node distance=3cm] (loafpan) {Move to loaf pan, short proof, then bake directly};
\node [block, below of=init, node distance=4cm] (shaping_technique) {\footnotesize Proceed with shaping technique}; \node [block, below of=init, node distance=4cm] (shaping_technique) {Proceed with shaping technique};
\node [block, right of=shaping_technique, node distance=3cm] (flour) {\footnotesize Flour shaped dough}; \node [block, right of=shaping_technique, node distance=3cm] (flour) {Flour shaped dough};
\node [block, right of=flour, node distance=3cm] (banneton) {\footnotesize Place upside down in banneton}; \node [block, right of=flour, node distance=3cm] (banneton) {Place upside down in banneton};
\node [success, right of=banneton, node distance=3cm] (proof) {\footnotesize Begin proofing}; \node [success, right of=banneton, node distance=3cm] (proof) {Begin proofing};
\path [line] (init) -- (overfermented_decision); \path [line] (init) -- (overfermented_decision);
\path [line] (overfermented_decision) -- node{yes} (overfermented); \path [line] (overfermented_decision) -- node{yes} (overfermented);
\path [line] (overfermented_decision) -- node{no} (shaping_technique); \path [line] (overfermented_decision) -- node{no} (shaping_technique);

View File

@@ -1,33 +1,33 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Make your bread dough}; \node [start] (init) {Make your bread dough};
\node [decision, below of=init, node distance=3.5cm] (all_starter_used) {\footnotesize All starter used?}; \node [decision, below of=init, node distance=3.5cm] (all_starter_used) {All starter used?};
\path [line] (init) -- (all_starter_used); \path [line] (init) -- (all_starter_used);
\node [block, right of=init, node distance=3cm] (use_dough) {\footnotesize Take \qty{10}{\gram} of your bread dough}; \node [block, right of=init, node distance=3cm] (use_dough) {Take \qty{10}{\gram} of your bread dough};
\node [block, right of=all_starter_used, node distance=3cm] (use_starter) {\footnotesize Take all but not more than \qty{10}{\gram} of your starter}; \node [block, right of=all_starter_used, node distance=3cm] (use_starter) {Take all but not more than \qty{10}{\gram} of your starter};
\path [line] (all_starter_used) -- node{yes} (use_dough); \path [line] (all_starter_used) -- node{yes} (use_dough);
\path [line] (all_starter_used) -- node{no} (use_starter); \path [line] (all_starter_used) -- node{no} (use_starter);
\node [block, right of=use_dough, node distance=3cm] (feed_starter) {\footnotesize Feed using 1:5:5 ratio}; \node [block, right of=use_dough, node distance=3cm] (feed_starter) {Feed using 1:5:5 ratio};
\path [line] (use_dough) -- (feed_starter); \path [line] (use_dough) -- (feed_starter);
\path [line] (use_starter) -- (feed_starter); \path [line] (use_starter) -- (feed_starter);
\node [decision, right of=feed_starter, node distance=3cm] (bake_next_day_check) {\footnotesize Bake next day?}; \node [decision, right of=feed_starter, node distance=3cm] (bake_next_day_check) {Bake next day?};
\path [line] (feed_starter) -- (bake_next_day_check); \path [line] (feed_starter) -- (bake_next_day_check);
\node [success, right of=bake_next_day_check, node distance=3.5cm] \node [success, right of=bake_next_day_check, node distance=3.5cm]
(make_bread_dough) {\footnotesize Make bread dough again after \qtyrange{8}{12}{\hour}}; (make_bread_dough) {Make bread dough again after \qtyrange{8}{12}{\hour}};
\path [line] (bake_next_day_check) -- node{yes} (make_bread_dough); \path [line] (bake_next_day_check) -- node{yes} (make_bread_dough);
\node [decision, right of=use_starter, node distance=3cm] (bake_next_week_check) {\footnotesize Baking in next 2 weeks?}; \node [decision, right of=use_starter, node distance=3cm] (bake_next_week_check) {Baking in next 2 weeks?};
\node [block, right of=bake_next_week_check, node distance=3.5cm] (store_fridge) {\footnotesize Store starter in fridge at \qty{4}{\degreeCelsius} (\qty{40}{\degF})}; \node [block, right of=bake_next_week_check, node distance=3.5cm] (store_fridge) {Store starter in fridge at \qty{4}{\degreeCelsius} (\qty{40}{\degF})};
\path [line] (bake_next_week_check) -- node{yes} (store_fridge); \path [line] (bake_next_week_check) -- node{yes} (store_fridge);
\node [success, right of=store_fridge, node distance=3cm] (feed_after_fridge) {\footnotesize Feed again using 1:5:5 ratio \qtyrange{8}{12}{\hour} before making dough}; \node [success, right of=store_fridge, node distance=3cm] (feed_after_fridge) {Feed again using 1:5:5 ratio \qtyrange{8}{12}{\hour} before making dough};
\path [line] (store_fridge) -- (feed_after_fridge); \path [line] (store_fridge) -- (feed_after_fridge);
\path [line] (bake_next_day_check) -- node{no} (bake_next_week_check); \path [line] (bake_next_day_check) -- node{no} (bake_next_week_check);
\node [decision, below of=use_starter, node distance=3cm] (freezer_check) {\footnotesize Have a freezer?}; \node [decision, below of=use_starter, node distance=3cm] (freezer_check) {Have a freezer?};
\path [line] (bake_next_week_check) -- (store_fridge); \path [line] (bake_next_week_check) -- (store_fridge);
\path [line] (bake_next_week_check) -- node{no} (freezer_check); \path [line] (bake_next_week_check) -- node{no} (freezer_check);
\node [block, right of=freezer_check, node distance=3cm] (dry_starter) {\footnotesize Dry your starter}; \node [block, right of=freezer_check, node distance=3cm] (dry_starter) {Dry your starter};
\node [block, below of=dry_starter, node distance=3cm] (freeze_starter) {\footnotesize Freeze your starter}; \node [block, below of=dry_starter, node distance=3cm] (freeze_starter) {Freeze your starter};
\path [line] (freezer_check) -- node{no} (dry_starter); \path [line] (freezer_check) -- node{no} (dry_starter);
\path [line] (freezer_check) -- node{yes} (freeze_starter); \path [line] (freezer_check) -- node{yes} (freeze_starter);
\node [success, right of=dry_starter, node distance=3.5cm] (reactivate_freezer) {\footnotesize Reactivate starter for 3 days with daily 1:5:5 feedings}; \node [success, right of=dry_starter, node distance=3.5cm] (reactivate_freezer) {Reactivate starter for 3 days with daily 1:5:5 feedings};
\path [line] (dry_starter) -- (reactivate_freezer); \path [line] (dry_starter) -- (reactivate_freezer);
\path [line] (freeze_starter) -- (reactivate_freezer); \path [line] (freeze_starter) -- (reactivate_freezer);
\end{tikzpicture} \end{tikzpicture}

View File

@@ -1,18 +1,18 @@
\begin{tikzpicture}[node distance = 3.5cm, auto] \begin{tikzpicture}[node distance = 3.5cm, auto]
\node [start] (init) {\footnotesize Mix \qty{50}{\gram} flour + \qty{50}{\gram} water, stir}; \node [start] (init) {Mix \qty{50}{\gram} flour + \qty{50}{\gram} water, stir};
\node [block, right of=init] (wait2) {\footnotesize Wait\\ \qty{24}{\hour}}; \node [block, right of=init] (wait2) {Wait\\ \qty{24}{\hour}};
\path [line] (init) -- (wait2); \path [line] (init) -- (wait2);
\node [block, below of=wait2, node distance=3.5cm] (feed) {\footnotesize \qty{10}{\gram} of previous day + \qty{50}{\gram} water + \qty{50}{\gram} flour, stir}; \node [block, below of=wait2, node distance=3.5cm] (feed) {\qty{10}{\gram} of previous day + \qty{50}{\gram} water + \qty{50}{\gram} flour, stir};
\path [line] (wait2) -- (feed); \path [line] (wait2) -- (feed);
\node [block, below of=feed] (discard) {\footnotesize Discard the rest}; \node [block, below of=feed] (discard) {Discard the rest};
\path [line] (feed) -- (discard); \path [line] (feed) -- (discard);
\node [decision, right of=feed, node distance=3.5cm] (decide) {\footnotesize Is good?}; \node [decision, right of=feed, node distance=3.5cm] (decide) {Is good?};
\node [decision, above of=decide, node distance=3.5cm] (timeout) {\footnotesize Less than 10 feeds?}; \node [decision, above of=decide, node distance=3.5cm] (timeout) {Less than 10 feeds?};
\node [fail, right of=timeout, node distance=3.5cm] (discard2) {\footnotesize Batch failed}; \node [fail, right of=timeout, node distance=3.5cm] (discard2) {Batch failed};
\path [line] (timeout) -- node{no} (discard2); \path [line] (timeout) -- node{no} (discard2);
\path [line] (timeout) -- node{yes} (wait2); \path [line] (timeout) -- node{yes} (wait2);
\path [line] (feed) -- (decide); \path [line] (feed) -- (decide);
\node [success, right of=decide, node distance=3.5cm] (use) {\footnotesize Ready to use}; \node [success, right of=decide, node distance=3.5cm] (use) {Ready to use};
\path [line] (decide) -- node{no} (timeout); \path [line] (decide) -- node{no} (timeout);
\path [line] (wait2) -- (feed); \path [line] (wait2) -- (feed);
\path [line] (decide) -- node{yes} (use); \path [line] (decide) -- node{yes} (use);

View File

@@ -1,19 +1,19 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Make a starter}; \node [start] (init) {Make a starter};
\node [block, right of=init, node distance=3cm] (feed) {\footnotesize Feed your starter}; \node [block, right of=init, node distance=3cm] (feed) {Feed your starter};
\path [line] (init) -- (feed); \path [line] (init) -- (feed);
\node [block, right of=feed, node distance=3cm] (wait_12_after_feed) {\footnotesize Wait\\ \qty{12}{\hour}}; \node [block, right of=feed, node distance=3cm] (wait_12_after_feed) {Wait\\ \qty{12}{\hour}};
\path [line] (feed) -- (wait_12_after_feed); \path [line] (feed) -- (wait_12_after_feed);
\node [block, right of=wait_12_after_feed, node distance=3cm] (ready_question) {\footnotesize Perform readiness check}; \node [block, right of=wait_12_after_feed, node distance=3cm] (ready_question) {Perform readiness check};
\path [line] (wait_12_after_feed) -- (ready_question); \path [line] (wait_12_after_feed) -- (ready_question);
\node [block, above of=feed, node distance=3cm] (wait_12) {\footnotesize Wait\\ \qty{12}{\hour}}; \node [block, above of=feed, node distance=3cm] (wait_12) {Wait\\ \qty{12}{\hour}};
\path [line] (wait_12) -- (feed); \path [line] (wait_12) -- (feed);
\node [decision, right of=ready_question, node distance=3.2cm] (is_bubbly) {\footnotesize Bubbly? Size Increase?}; \node [decision, right of=ready_question, node distance=3.2cm] (is_bubbly) {Bubbly? Size Increase?};
\path [line] (ready_question) -- (is_bubbly); \path [line] (ready_question) -- (is_bubbly);
\path [line] (is_bubbly) -- node[anchor=east, above=2pt] {no} ++(2.2,0) |- (wait_12); \path [line] (is_bubbly) -- node[anchor=east, above=2pt] {no} ++(2.2,0) |- (wait_12);
\node [decision, below of=is_bubbly, node distance=4.0cm] (check_smell) {\footnotesize Vinegary, or yogurt smell?}; \node [decision, below of=is_bubbly, node distance=4.0cm] (check_smell) {Vinegary, or yogurt smell?};
\path [line] (is_bubbly) -- node{yes} (check_smell); \path [line] (is_bubbly) -- node{yes} (check_smell);
\node [success, below of=wait_12_after_feed, node distance=4cm] (make_dough) {\footnotesize Make your dough}; \node [success, below of=wait_12_after_feed, node distance=4cm] (make_dough) {Make your dough};
\path [line] (check_smell) -- node[anchor=west, above=2pt]{yes} (make_dough); \path [line] (check_smell) -- node[anchor=west, above=2pt]{yes} (make_dough);
\path [line] (check_smell) -- node[anchor=east, above=2pt] {no} ++(2.2,0) |- (wait_12); \path [line] (check_smell) -- node[anchor=east, above=2pt] {no} ++(2.2,0) |- (wait_12);
\end{tikzpicture} \end{tikzpicture}

View File

@@ -1,25 +1,25 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Make a regular or liquid starter}; \node [start] (init) {Make a regular or liquid starter};
\node [block, right of=init] (feed_new_ratio) {\footnotesize Mix \qty{10}{\gram} existing starter, \qty{50}{\gram} flour and \qty{25}{\gram} water}; \node [block, right of=init] (feed_new_ratio) {Mix \qty{10}{\gram} existing starter, \qty{50}{\gram} flour and \qty{25}{\gram} water};
\node [decision, right of=feed_new_ratio, node distance=3.5cm] (too_dry) {\footnotesize Starter very dry, hard to mix?}; \node [decision, right of=feed_new_ratio, node distance=3.5cm] (too_dry) {Starter very dry, hard to mix?};
\node [block, right of=too_dry, node distance=4cm] (add_water) {\footnotesize Add more water}; \node [block, right of=too_dry, node distance=4cm] (add_water) {Add more water};
\node [block, below of=add_water, node distance=2cm] (next_day) {\footnotesize Wait\\ \qty{24}{\hour}}; \node [block, below of=add_water, node distance=2cm] (next_day) {Wait\\ \qty{24}{\hour}};
\node [decision, below of=too_dry, node distance=3.5cm] (repeated_3_times) {\footnotesize Stiff starter fed 3 times overall?}; \node [decision, below of=too_dry, node distance=3.5cm] (repeated_3_times) {Stiff starter fed 3 times overall?};
\node [block, below of=feed_new_ratio, node distance=3.5cm] (feed_again) {\footnotesize Feed again using 1:5:2.5 ratio}; \node [block, below of=feed_new_ratio, node distance=3.5cm] (feed_again) {Feed again using 1:5:2.5 ratio};
\node [decision, below of=repeated_3_times, node distance=3.5cm] (ready_signs) {\footnotesize Size increase and sour smell?}; \node [decision, below of=repeated_3_times, node distance=3.5cm] (ready_signs) {Size increase and sour smell?};
\node [block, below of=next_day, node distance=2cm] (last_feed) {\footnotesize Feed one last time}; \node [block, below of=next_day, node distance=2cm] (last_feed) {Feed one last time};
\node [success, below of=last_feed, node distance=3cm] (bread_dough) {\footnotesize Make bread dough}; \node [success, below of=last_feed, node distance=3cm] (bread_dough) {Make bread dough};
\path [line] (init) -- (feed_new_ratio); \path [line] (init) -- (feed_new_ratio);
\path [line] (feed_again) -- (feed_new_ratio); \path [line] (feed_again) -- (feed_new_ratio);
\path [line] (next_day) -- (repeated_3_times); \path [line] (next_day) -- (repeated_3_times);
\path [line] (repeated_3_times) -- node{\footnotesize yes} (ready_signs); \path [line] (repeated_3_times) -- node{yes} (ready_signs);
\path [line] (repeated_3_times) -- node{\footnotesize no} (feed_again); \path [line] (repeated_3_times) -- node{no} (feed_again);
\path [line] (ready_signs) -- node{\footnotesize no} (feed_again); \path [line] (ready_signs) -- node{no} (feed_again);
\path [line] (ready_signs) -- node{\footnotesize yes} (last_feed); \path [line] (ready_signs) -- node{yes} (last_feed);
\path [line] (last_feed) -- node{\footnotesize after \qtyrange{6}{12}{\hour}} (bread_dough); \path [line] (last_feed) -- node{after \qtyrange{6}{12}{\hour}} (bread_dough);
\path [line] (feed_new_ratio) -- (too_dry); \path [line] (feed_new_ratio) -- (too_dry);
\path [line] (add_water) -- (next_day); \path [line] (add_water) -- (next_day);
\path [line] (too_dry) -- node{\footnotesize no} (next_day); \path [line] (too_dry) -- node{no} (next_day);
\path [line] (too_dry) -- node{\footnotesize yes} (add_water); \path [line] (too_dry) -- node{yes} (add_water);
\path [line] (ready_signs) -- node{\footnotesize yes} (last_feed); \path [line] (ready_signs) -- node{yes} (last_feed);
\end{tikzpicture} \end{tikzpicture}

View File

@@ -1,14 +1,14 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {\footnotesize Ready starter}; \node [start] (init) {Ready starter};
\node [block, right of=init, node distance=3cm] (mix_ingredients) {\footnotesize Mix ingredients}; \node [block, right of=init, node distance=3cm] (mix_ingredients) {Mix ingredients};
\node [block, right of=mix_ingredients, node distance=3cm] (dough_strength) {\footnotesize Create dough strength}; \node [block, right of=mix_ingredients, node distance=3cm] (dough_strength) {Create dough strength};
\node [block, right of=dough_strength, node distance=3cm] (bulk) {\footnotesize Bulk ferment}; \node [block, right of=dough_strength, node distance=3cm] (bulk) {Bulk ferment};
\node [decision, below of=dough_strength, node distance=3cm] (divide_test) {\footnotesize Making 1 loaf?}; \node [decision, below of=dough_strength, node distance=3cm] (divide_test) {Making 1 loaf?};
\node [block, left of=divide_test, node distance=3cm] (divide) {\footnotesize Divide}; \node [block, left of=divide_test, node distance=3cm] (divide) {Divide};
\node [block, left of=divide, node distance=3cm] (preshape) {\footnotesize Preshape}; \node [block, left of=divide, node distance=3cm] (preshape) {Preshape};
\node [block, below of=preshape, node distance=3cm] (shape) {\footnotesize Shape}; \node [block, below of=preshape, node distance=3cm] (shape) {Shape};
\node [block, right of=shape, node distance=3cm] (proof) {\footnotesize Proof}; \node [block, right of=shape, node distance=3cm] (proof) {Proof};
\node [success, right of=proof, node distance=3cm] (bake) {\footnotesize Bake}; \node [success, right of=proof, node distance=3cm] (bake) {Bake};
\path [line] (init) -- (mix_ingredients); \path [line] (init) -- (mix_ingredients);
\path [line] (mix_ingredients) -- (dough_strength); \path [line] (mix_ingredients) -- (dough_strength);
\path [line] (dough_strength) -- (bulk); \path [line] (dough_strength) -- (bulk);

View File

@@ -1,21 +1,21 @@
\begin{tikzpicture}[node distance = 3cm, auto] \begin{tikzpicture}[node distance = 3cm, auto]
\node [decision_start] (init) {\footnotesize Starter last fed within 3 days?}; \node [decision_start] (init) {Starter last fed within 3 days?};
\node [block, right of=init, node distance=4cm] (feed_no_branch) \node [block, right of=init, node distance=4cm] (feed_no_branch)
{\footnotesize Feed starter twice. \qty{48}{\hour} before and \qtyrange{6}{12}{\hour} before}; {Feed starter twice. \qty{48}{\hour} before and \qtyrange{6}{12}{\hour} before};
\node [block, below of=feed_no_branch, node distance=3cm] (feed_yes_branch) \node [block, below of=feed_no_branch, node distance=3cm] (feed_yes_branch)
{\footnotesize Feed starter once \qtyrange{6}{12}{\hour} before making dough}; {Feed starter once \qtyrange{6}{12}{\hour} before making dough};
\node [block, right of=feed_no_branch, node distance=6cm] (high_ratio) \node [block, right of=feed_no_branch, node distance=6cm] (high_ratio)
{\footnotesize Use a 1:10:10 ratio. \qty{10}{\gram} starter, \qty{100}{\gram} flour, \qty{100}{\gram} water}; {Use a 1:10:10 ratio. \qty{10}{\gram} starter, \qty{100}{\gram} flour, \qty{100}{\gram} water};
\node [block, right of=feed_yes_branch, node distance=3cm] (low_ratio) \node [block, right of=feed_yes_branch, node distance=3cm] (low_ratio)
{\footnotesize Use a 1:5:5 ratio. \qty{10}{\gram} starter, \qty{50}{\gram} flour, \qty{50}{\gram} water}; {Use a 1:5:5 ratio. \qty{10}{\gram} starter, \qty{50}{\gram} flour, \qty{50}{\gram} water};
\node [block, below of=high_ratio, node distance=6cm] (check_starter) \node [block, below of=high_ratio, node distance=6cm] (check_starter)
{\footnotesize Check if starter is ready to be used}; {Check if starter is ready to be used};
\node [decision, below of=init, node distance=6cm] (size_check) \node [decision, below of=init, node distance=6cm] (size_check)
{\footnotesize Bubbly? Increased in size?}; {Bubbly? Increased in size?};
\node [decision, below of=size_check, node distance=5cm] (smell_check) \node [decision, below of=size_check, node distance=5cm] (smell_check)
{\footnotesize Vinegary or yogurty smell?}; {Vinegary or yogurty smell?};
\node [success, right of=smell_check, node distance=6cm] (make_dough) \node [success, right of=smell_check, node distance=6cm] (make_dough)
{\footnotesize Prepare dough}; {Prepare dough};
\path [line] (init) -- node{no} (feed_no_branch); \path [line] (init) -- node{no} (feed_no_branch);
\path [line] (init) -- node{yes} (feed_yes_branch); \path [line] (init) -- node{yes} (feed_yes_branch);
\path [line] (feed_yes_branch) -- (low_ratio); \path [line] (feed_yes_branch) -- (low_ratio);

View File

@@ -1,4 +1,4 @@
\tikzstyle{every picture}+=[font=\small\sffamily] \tikzstyle{every picture}+=[font=\footnotesize\sffamily]
\usetikzlibrary{shapes,arrows} \usetikzlibrary{shapes,arrows}
\tikzstyle{decision} = [diamond, draw=codeblack, fill=codeblack, text=white, \tikzstyle{decision} = [diamond, draw=codeblack, fill=codeblack, text=white,
text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt, text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt,