mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-29 22:33:58 -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>
14 lines
689 B
TeX
14 lines
689 B
TeX
\input{./vars}
|
|
|
|
\begin{document}
|
|
\begin{tabular}{rr}
|
|
\toprule
|
|
\multicolumn{1}{l}{\textbf{Flour protein content}} & \multicolumn{1}{l}{\textbf{Relative aliquot size increase}} \\ \midrule
|
|
8-10\% & 25\% \\ \midrule
|
|
10-12\% & 50\% \\ \midrule
|
|
12-15\% & 100\% \\ \midrule
|
|
\textgreater 15\% & \textgreater 100\%
|
|
\\ \bottomrule
|
|
\end{tabular}
|
|
\end{document}
|