Merge branch 'main' into 225-ebook-situation

This commit is contained in:
Cedric
2024-01-16 20:19:08 +00:00
38 changed files with 711 additions and 349 deletions

View File

@@ -46,7 +46,7 @@
\draw[line width=1pt] (\textwidth,0.1) -- (\textwidth,-0.1);
% Full timeline width for billion years
\draw[stealth-stealth, line width=1pt] (0,-3.8) -- node[midway, timeline_timespan] {5.45 billion years} (\textwidth,-3.8);
\draw[stealth-stealth, line width=1pt] (0,-3.8) -- node[midway, timeline_timespan] {4.45 billion years} (\textwidth,-3.8);
% Indicator for the period of 3 months = 1.1 billion years
\draw[stealth-stealth, line width=1pt] (0,-1.0) -- node[midway, timeline_timespan] {1.11 billion years} ({\segmentwidth * 3},-1.0);

View File

@@ -1,5 +1,5 @@
\begin{tikzpicture}[node distance = 3cm, auto]
\node [decision_start] (init) {Room temperature proofing?};
\node [decision_start] (init) {Room temperature-proofing?};
\node [decision, right of=init, node distance=8cm] (retard_bake_decision) {Bake in less than \qty{10}{\hour} from now?};
\node [block, below of=init, node distance=4cm] (poke) {Poke the dough};
\node [block, left of=poke] (wait_poke) {Wait\\ 15~minutes};