mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-25 20:33:59 -06:00
13 lines
715 B
TeX
13 lines
715 B
TeX
\input{./vars}
|
|
|
|
\begin{document}
|
|
\begin{tabular}{lrr}
|
|
\toprule
|
|
\textbf{Ingredient} & \multicolumn{1}{l}{\textbf{Baker's math}} & \multicolumn{1}{l}{\textbf{Calculated value}} \\ \midrule
|
|
Flour & 100\% & 1400*1 = 1400g \\ \midrule
|
|
Water & 60\% & 1400*0.6 = 840g \\ \midrule
|
|
Sourdough starter & 10\% & 1400*0.1 = 140g \\ \midrule
|
|
Salt & 2\% & 1400*0.02 = 28g \\ \bottomrule
|
|
\end{tabular}
|
|
\end{document}
|