mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-24 03:51:11 -06:00
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>
16 lines
677 B
TeX
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}
|