Files
the-sourdough-framework/book/tables/table-grains-bread-making-process.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

18 lines
1.2 KiB
TeX

\input{./vars}
\begin{document}
\begin{tabular}{lllll}
\toprule
\textbf{Grain type} & \textbf{Homogenize} & \textbf{Knead} & \textbf{Stretch \& Fold} & \textbf{Shape} \\ \midrule
\textbf{Wheat} & Yes & Yes & Yes & Yes \\ \midrule
\textbf{\textgreater 70\% Wheat} & Yes & Yes & Yes & Yes \\ \midrule
\textbf{Spelt} & Yes & Yes & Yes & Yes \\ \midrule
\textbf{Rye} & Yes & No & No & No \\ \midrule
\textbf{Emmer} & Yes & No & No & No \\ \midrule
\textbf{Einkorn} & Yes & No & No & No \\ \midrule
\textbf{Rice} & Yes & No & No & No \\ \midrule
\textbf{Corn} & Yes & No & No
& No \\ \bottomrule
\end{tabular}
\end{document}