mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-26 12:54:00 -06:00
Change flowchart color (#185)
* Change BG color to white * Fix flowcharts where graphics overlap with text * Increase border size * change arrow style * Allow standalone building of TikZ flowcharts Useful for reference or website etc.. * Prevent manual hyphenation in TikZ diagrams A Bit of a manual tweak.. but worth it to look nicer :D * Add missing file for flowcharts --------- Co-authored-by: Cedric <ced@awase.ostal>
This commit is contained in:
committed by
GitHub
parent
fad30fa1db
commit
a8dc6dc210
@@ -7,7 +7,7 @@
|
||||
\node [block, below of=spritz] (close) {\footnotesize Close DO};
|
||||
\node [block, left of=close] (back_oven) {\footnotesize 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, below of=heat_oven] (wait_5_minutes) {\footnotesize Wait 5 minutes};
|
||||
\node [block, below of=heat_oven] (wait_5_minutes) {\footnotesize 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 [block, right of=is_ready_check, node distance=4cm] (remove_do_lid) {\footnotesize Remove DO lid};
|
||||
\node [block, right of=wait_5_minutes] (test_temperature_again) {\footnotesize Test core temperature again};
|
||||
|
||||
Reference in New Issue
Block a user