mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-22 02: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>
18 lines
1.2 KiB
TeX
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}
|