mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-25 20:33:59 -06:00
* Review bread types chapter * Fine tune bread tables * Collect all flat bread into one section Makes more sense to have it all within a section. * Correct typos in bread types chap. gasses is less ambigous than gases even if correct. * Remove uppercases More consistent withe the rest of the text. * Rewrite bread type intro * Rewrite some of the flatbread section there is a lot of repetition though.. --------- Co-authored-by: Cedric <ced@awase.ostal>
11 lines
740 B
TeX
11 lines
740 B
TeX
%TODO: Alignement is not great
|
|
\begin{tabular}{@{}lll@{}}
|
|
\toprule
|
|
& \textbf{Flat breads} & \textbf{Pancakes} \\ \midrule
|
|
Flour & \qty{100}{g} & \qty{100}{g} \\
|
|
Water & up to \qty{100}{g} (\qty{100}{\percent}) & \qty{300}{g} (\qty{300}{\percent}) \\
|
|
Sourdough starter & 5--\qty{20}{g} (5--\qty{20}{\percent}) & 5--\qty{20}{g} (5--\qty{20}{\percent}) \\
|
|
Salt & \qty{2}{g} (\qty{2}{\percent}) & \qty{2}{g} (\qty{2}{\percent}) \\
|
|
Bake when? & Dough increased \qty{50}{\percent} in size & Bubbles visible on surface \\ \bottomrule
|
|
\end{tabular}
|