From a15d2f52bac22f0c2a389ba0c66b3d6fc8b53458 Mon Sep 17 00:00:00 2001 From: Cedric Date: Wed, 29 Nov 2023 22:49:36 +0000 Subject: [PATCH] Fine tune the starter usage table --- book/tables/table-starter-usage-activity.tex | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/book/tables/table-starter-usage-activity.tex b/book/tables/table-starter-usage-activity.tex index 47a10fe..0a59b0a 100644 --- a/book/tables/table-starter-usage-activity.tex +++ b/book/tables/table-starter-usage-activity.tex @@ -1,9 +1,11 @@ -\begin{tabular}{@{}crr@{}} +\begin{tabular}{@{}c + S[table-format=2.0] + S[table-format=2.1]@{}} \toprule - &\multicolumn{2}{c}{\textbf{Amount (\%) of a starter}}\\ + &\multicolumn{2}{c}{\textbf{Amount (\%) for a starter}}\\ \cmidrule(rl){2-3} -\thead{°C / °F} & \thead{Recently fed} & \thead{Starving}\\ \midrule - 30 / 86 & 5 & 2.5 \\ - 25 / 77 & 10 & 5 \\ - 20 / 68 & 15 & 10 \\ \bottomrule +\textbf{°C / °F} & \textbf{Recently fed} & \textbf{Starving}\\ \midrule + 30 / 86 & 5 & 2.5 \\ + 25 / 77 & 10 & 5 \\ + 20 / 68 & 15 & 10 \\ \bottomrule \end{tabular}