From 32af85cd729904c066c12fb42bc048e0f3e7f2b0 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 19 Jul 2021 20:22:05 +0200 Subject: [PATCH] fix table caption --- ch2.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ch2.tex b/ch2.tex index 181fbac..dd03b06 100644 --- a/ch2.tex +++ b/ch2.tex @@ -24,8 +24,8 @@ Use induction on sets of cars $C$. The statement holds trivially for $|C|\leq1$. \end{proof} \begin{table} -\ffigbox[\FBwidth]{\centering -{\footnotesize\sf +\floatbox{table}[\FBwidth] +{\centering\footnotesize\sf \begin{tabular}{llrl} \toprule Column A & Column 2 & Numbers & More \\ @@ -40,7 +40,7 @@ Asd qsd 1sd & \textcolor{green!80!black}{GOOD} & 234234299 & -- \\ Asd & NUMBER & \textbf{123123} & -- \\ Asd qsd 1sd & DIFFERENT & 234234234 & (no data) \\ \bottomrule -\end{tabular}}}% +\end{tabular}} {\caption{An example table. Table caption should clearly explain how to interpret the data in the table. Use some visual guide, such as boldface or color coding, to highlight the most important results (e.g., comparison winners).}} \label{tab:z} \end{table}