Revert "Nicer/Simpler tables (#107)"

This reverts commit 037ae6d7fd.
This commit is contained in:
Hendrik Kleinwaechter
2023-06-01 18:49:25 +02:00
parent 6901701f86
commit 0d1602cc17
25 changed files with 257 additions and 209 deletions

View File

@@ -1,8 +1,12 @@
\begin{tabular}{@{}r@{g }lrr@{ = }r@{}}
\input{./vars}
\begin{document}
\begin{tabular}{lrr}
\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
\textbf{Ingredient} & \multicolumn{1}{l}{\textbf{Percent}} & \multicolumn{1}{l}{\textbf{Calculation}} \\ \midrule
1000g flour & 100\% & 1000g of 1000g = 100\% \\ \midrule
600g water & 60\% & 600g of 1000g = 60\% \\ \midrule
100g sourdough starter & 10\% & 100g of 1000g = 10\% \\ \midrule
20g salt & 2\% & 20g of 1000g = 2\% \\ \bottomrule
\end{tabular}
\end{document}