Files
the-sourdough-framework/book/tables/table-recipe-bakers-math.tex
cedounet 1e01434ce1 Baker math (#209)
* Use whole-wheat consistantly

* Finetune the baker's math table

Remove use of math mode and align numbers hwo they should be
2023-09-04 10:25:42 +02:00

9 lines
554 B
TeX

\begin{tabular}{@{}lrr@{}c@{}rcr@{}}
\toprule
\thead{Ingredient} & \thead{Baker's math} & \multicolumn{5}{l}{\thead{Calculated value}} \\ \midrule
Flour & \qty{100}{\percent} & 1400 &\times& 1 &=& \qty{1400}{g} \\
Water & \qty{60}{\percent} & 1400 &\times& 0.6 &=& \qty{840}{g} \\
Sourdough starter & \qty{10}{\percent} & 1400 &\times& 0.1 &=& \qty{140}{g} \\
Salt & \qty{2}{\percent} & 1400 &\times& 0.02 &=& \qty{28}{g} \\ \bottomrule
\end{tabular}