mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-28 05:44:00 -06:00
9 lines
580 B
TeX
9 lines
580 B
TeX
\begin{tikzpicture}[node distance = 3cm, auto]
|
|
\node [start] (heat_oven) {Preheat DO to \qty{230}{\degreeCelsius} (\qty{446}{\degF}) for 30~minutes};
|
|
\node [block, right of=heat_oven] (remove_oven) {Remove DO from oven ° \text{°} \textup{°}};
|
|
\node [decision, below of=heat_oven, 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) {%
|
|
Jörg bäckt quasi zwei Haxenfüße vom Wildpony .Dès Noël, où un zéphyr haï me
|
|
vêt};
|
|
\end{tikzpicture}
|