mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-29 06:13:58 -06:00
15 lines
725 B
TeX
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}
|