Files
the-sourdough-framework/book/tables/table-ph-values-dough.tex
cedounet 77d3a9c75b Improve the look of tables (#99)
In order tho make the tables look better in document:
    1) Remove the vertical separation
    2) Add different width for top/mid/bottom rules
    3) Center them in the page

Co-authored-by: Cédric Andrieu <cedric@cirrus.com>
2023-05-25 13:36:30 +02:00

16 lines
677 B
TeX

\input{./vars}
\begin{document}
\begin{tabular}{lr}
\toprule
\textbf{Step} & \multicolumn{1}{l}{\textbf{pH Value}} \\ \midrule
Starter ready & 4.20 \\ \midrule
Mixing & 6.00 \\ \midrule
Dividing/preshaping & 4.10 \\ \midrule
Shaping & 4.05 \\ \midrule
Before proofing & 4.03 \\ \midrule
After proofing & 3.80 \\ \midrule
After baking & 3.90 \\ \bottomrule
\end{tabular}
\end{document}