mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-25 20:33:59 -06:00
* Fix various typos and references or links - Misuse of product macro the x sign did not appear - Use macro for milligrams - Some refes were without hyperlink for some reason ? - confusion between section and subsections - a little grammar.. exact value not absolute, don't think a negative amount of flower was ever an option :D * Use siunitx for temperature everywhere Apparently some files escaped my script last time, or messed up in git merge... Anyway fixed now and should be more consistent. * Simplify Fermentolysis table I woudl hope this is more clear with less lines. * Remove double bottomrule * Fix grammar * Use correct font familly in preface Small corrections on font familly and extra space for signature. TODO: I did not change the paragraph breaking but we might want to revisit it later. * Fix wrong percentage range fixes https://github.com/hendricius/the-sourdough-framework/issues/156
11 lines
676 B
TeX
11 lines
676 B
TeX
%TODO: last line is not great
|
|
-\begin{tabular}{lll}
|
|
\toprule
|
|
& \textbf{Flat breads} & \textbf{Pancakes} \\ \midrule
|
|
\textbf{Flour} & 100g & 100g \\
|
|
\textbf{Water} & 100g (100\%) & 300g (300\%) \\
|
|
\textbf{Sourdough starter} & 5--20g (5--20\%) & 5--20g (5--20\%) \\
|
|
\textbf{Salt} & 2g (2\%) & 2g (2\%) \\
|
|
\textbf{Bake when?} & Dough increased 50 percent in size & Bubbles visible on surface \\ \bottomrule
|
|
\end{tabular}
|