You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using the table in my appendix for some tables. But instead of printing "A.1", "A.2", "B.1" etc. I am only getting "1", "2", "1," etc.
Example of a table:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am using the table in my appendix for some tables. But instead of printing "A.1", "A.2", "B.1" etc. I am only getting "1", "2", "1," etc.
Example of a table:
\begin{longtblr}[$\sym{zeta}$ & \num{1}& \si{-} \$\sym{volumen}$ & \num{0,1}& \si{\cubic\meter} \$\sym{zeta}$ & \num{1,4}& \si{-} \
caption={
Values%
},
label={tab:par},%
]{
colspec={
l
l%
l%
},
rowhead=2,%
}
\toprule
Parameter & Value & Unit \
\midrule
test 1
test1
test2
\bottomrule
\end{longtblr}
%
All reactions