diff --git a/book/tables/table-bakers-math-example.tex b/book/tables/table-bakers-math-example.tex index 2c7b420..84b630d 100644 --- a/book/tables/table-bakers-math-example.tex +++ b/book/tables/table-bakers-math-example.tex @@ -1,8 +1,8 @@ -\begin{tabular}{@{}r@{g }lrr@{ = }r@{}} +\begin{tabular}{@{}lrrr@{}} \toprule -\multicolumn{2}{c}{\thead{Ingredient}}& \thead{Percentage} & \multicolumn{2}{c}{\thead{Calculation}} \\ \midrule -1000& flour &100\% & 1000g of 1000g & 100\% \\ - 600& water & 60\% & 600g of 1000g & 60\% \\ - 100& sourdough starter & 10\% & 100g of 1000g & 10\% \\ - 20& salt & 2\% & 20g of 1000g & 2\% \\ \bottomrule +\multicolumn{2}{c}{\thead{Ingredient}} & \thead{Percentage} & \thead{Calculation} \\ \midrule +flour & 1000g &100\% & 1000g of 1000g = 100\% \\ +water & 600g & 60\% & 600g of 1000g = 60\% \\ +sourdough starter & 100g & 10\% & 100g of 1000g = 10\% \\ +salt & 20g & 2\% & 20g of 1000g = 2\% \\ \bottomrule \end{tabular} diff --git a/book/tables/table-recipe-bakers-math.tex b/book/tables/table-recipe-bakers-math.tex index b4ba316..9e363ee 100644 --- a/book/tables/table-recipe-bakers-math.tex +++ b/book/tables/table-recipe-bakers-math.tex @@ -1,8 +1,8 @@ -\begin{tabular}{@{}lrr@{ = }l@{}} +\begin{tabular}{@{}lrr@{}} \toprule -\thead{Ingredient} & \thead{Baker's math} & \multicolumn{2}{c}{\thead{Calculated value}} \\ \midrule -Flour & 100\% & $1400 \times 1$ & 1400g \\ -Water & 60\% & $1400 \times 0.6$ & 840g \\ -Sourdough starter & 10\% & $1400 \times 0.1$ & 140g \\ -Salt & 2\% & $1400 \times 0.02$ & 28g \\ \bottomrule +\thead{Ingredient} & \thead{Baker's math} & \thead{Calculated value} \\ \midrule +Flour & 100\% & $1400 \times 1$ = 1400g \\ +Water & 60\% & $1400 \times 0.6$ = 840g \\ +Sourdough starter & 10\% & $1400 \times 0.1$ = 140g \\ +Salt & 2\% & $1400 \times 0.02$ = 28g \\ \bottomrule \end{tabular}