Files
the-sourdough-framework/book/tables/table-bakers-math-example.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

10 lines
663 B
TeX

\begin{tabular}{@{}lrrrcr@{}}
\toprule
\thead{Ingredient}& & \thead{Percentage} & \thead{Calculation} & & \\ \midrule
Flour & \qty{1000}{g} &\qty{100}{\percent} & \qty{1000}{g} of \qty{1000}{g} &is& \qty{100}{\percent} \\
Water & \qty{600}{g} & \qty{60}{\percent} & \qty{600}{g} of \qty{1000}{g} &is& \qty{60}{\percent} \\
Sourdough starter & \qty{100}{g} & \qty{10}{\percent} & \qty{100}{g} of \qty{1000}{g} &is& \qty{10}{\percent} \\
Salt & \qty{20}{g} & \qty{2}{\percent} & \qty{20}{g} of \qty{1000}{g} &is& \qty{2}{\percent} \\ \bottomrule
\end{tabular}