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

15 lines
725 B
TeX

\input{./vars}
\begin{document}
\begin{tabular}{lll}
\toprule
& \textbf{Flat breads} & \textbf{Pancakes} \\ \midrule
\textbf{Flour} & 100g & 100g \\ \midrule
\textbf{Water} & 100g (100\%) & 300g (300\%) \\ \midrule
\textbf{Sourdough starter} & 5-20g (5-20\%) & 5-20g (5-20\%) \\ \midrule
\textbf{Salt} & 2g (2\%) & 2g (2\%) \\ \midrule
\textbf{When bake?} & Dough increased 50 percent in size & Bubbles
visible on surface \\ \bottomrule
\end{tabular}
\end{document}