mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-26 12:54:00 -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>
15 lines
906 B
TeX
15 lines
906 B
TeX
\input{./vars}
|
|
|
|
\begin{document}
|
|
\begin{tabular}{llll}
|
|
\toprule
|
|
\textbf{Oven type} & \textbf{Plain (no tools)} & \textbf{Inverted tray} & \textbf{Dutch oven} \\ \midrule
|
|
Gas & No & No & Yes \\ \midrule
|
|
\begin{tabular}[c]{@{}l@{}}Convection\\ (Fan always on)\end{tabular} & No & No & Yes \\ \midrule
|
|
\begin{tabular}[c]{@{}l@{}}Convection\\ (Fan can be disabled)\end{tabular} & No & Yes & Yes \\ \midrule
|
|
Steam &
|
|
Yes & Yes & Yes \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
\end{document}
|