fix table caption

This commit is contained in:
Mirek Kratochvil 2021-07-19 20:22:05 +02:00
parent e117343448
commit f414b24019

View File

@ -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}