Files
the-sourdough-framework/book/tables/table-recipe-bakers-math.tex
Hendrik Kleinwaechter 0d1602cc17 Revert "Nicer/Simpler tables (#107)"
This reverts commit 037ae6d7fd.
2023-06-01 18:49:38 +02:00

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}