Revert "Nicer/Simpler tables (#107)"

This reverts commit 037ae6d7fd.
This commit is contained in:
Hendrik Kleinwaechter
2023-06-01 18:49:25 +02:00
parent 6901701f86
commit 0d1602cc17
25 changed files with 257 additions and 209 deletions

View File

@@ -1,12 +1,18 @@
\begin{tabular}{@{}ccr@{}}
\input{./vars}
\begin{document}
\begin{tabular}{llll}
\toprule
&\multicolumn{2}{c}{\textbf{Starter}}\\
\cmidrule(rl){2-3}
\thead{°C / °F} & \thead{Recently fed?} & \thead{Amount (\%)} \\ \midrule
30 / 86 & Yes & 5 \\
25 / 77 & Yes & 10 \\
20 / 68 & Yes & 15 \\
30 / 86 & No & 2.5\\
25 / 77 & No & 5 \\
20 / 68 & No & 10 \\ \bottomrule
\textbf{\begin{tabular}[c]{@{}l@{}}Temperature\\ in °C\end{tabular}} & \textbf{\begin{tabular}[c]{@{}l@{}}Temperature\\ in °F\end{tabular}} & \textbf{\begin{tabular}[c]{@{}l@{}}Starter\\ recently fed?\end{tabular}} & \textbf{\begin{tabular}[c]{@{}l@{}}Amount\\ of starter in\%\end{tabular}} \\ \midrule
30 & 86 & Yes & 5 \\ \midrule
25 & 77 & Yes & 10 \\ \midrule
20 & 68 & Yes & 15 \\ \midrule
30 & 86 & No & 2.5 \\ \midrule
25 & 77 & No & 5 \\ \midrule
20 & 68
& No
& 10
\\
\bottomrule
\end{tabular}
\end{document}