Align on unit inside the flowchart node

This commit is contained in:
Ced
2023-09-09 22:41:57 +01:00
parent 02c6d5c3ed
commit da46b66753

View File

@@ -6,10 +6,15 @@
\node [block, below of=feed_no_branch, text width=7em, node distance=2.7cm] (feed_yes_branch) \node [block, below of=feed_no_branch, text width=7em, node distance=2.7cm] (feed_yes_branch)
{Feed starter \qtyrange{6}{12}{\hour} before making dough.}; {Feed starter \qtyrange{6}{12}{\hour} before making dough.};
\node [block, right of=feed_no_branch, text width=7em, node distance=4cm] (high_ratio) \node [block, right of=feed_no_branch, text width=7em, node distance=4cm] (high_ratio)
{Use a 1:10:10 ratio:\par \qty{10}{\gram} starter,\par \qty{100}{\gram} flour,\par \qty{100}{\gram} water.}; {Use a 1:10:10 ratio:\par \begin{tabular}{r@{}l}
\node [block, right of=feed_yes_branch, text width=7em, node distance=4cm] (low_ratio) 10&~g starter,\\
{Use a 1:5:5 ratio:\par \qty{10}{\gram} starter,\par \qty{50}{\gram} 100&~g flour, \\
flour,\par \qty{50}{\gram} water.}; 100&~g water.\end{tabular}};
de [block, right of=feed_yes_branch, text width=7em, node distance=4cm] (low_ratio)
{Use a 1:5:5 ratio:\par \begin{tabular}{r@{}l}
10&~g starter,\\
50&~g flour, \\
50&~g water.\end{tabular}};
\node [decision, below of=high_ratio, node distance=6cm] (size_check) \node [decision, below of=high_ratio, node distance=6cm] (size_check)
{Bubbly? Increased in size?}; {Bubbly? Increased in size?};
\node [decision, below of=decision_start, node distance=6cm] (smell_check) \node [decision, below of=decision_start, node distance=6cm] (smell_check)