Replies: 4 comments 4 replies
-
Solution:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Better solution: \begin{table}[!htpb]
\centering
\begin{tblr}{lcr}
1 & 2 & 3 \\
3 & 4 & 5
\end{tblr}
\caption{The caption}
\label{thelabel}
\end{table} or \SetTblrTemplate{head}{empty}
\DefTblrTemplate{foot}{default}{
\UseTblrTemplate{caption}{default}
}
\begin{table}[!htpb]
\centering
\begin{talltblr}[
caption = {The caption},
label = {thelabel},
]{lcr}
1 & 2 & 3 \\
3 & 4 & 5
\end{talltblr}
\end{table} |
Beta Was this translation helpful? Give feedback.
2 replies
-
That would be good to add to the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traditionally the captions works just like this:
with tabularray I will get errors if I mimic the same syntax.
The tabularray documentation only covers captions for long tables, if I apply this style to normal tables it isn't shown
Beta Was this translation helpful? Give feedback.
All reactions