Files
the-sourdough-framework/book/tables/table-dough-size-increase.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

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}