Closed owah closed 1 year ago
Hi,
if you use version 3 and draw some hlines on your own, the system will decide to use tblr for the table, ie:
hlines
tblr
% \usepackage{tabularray} \begin{table} \centering \begin{tblr}{ hline{2} = {1-2,4}{}, } & & & \\ & & & \\ & & & \\ & & & \end{tblr} \end{table}
If you now enable auto-booktabs and re-generate the LaTeX code, the table won't change, even though the table preview on top does.
Bug confirmed.
Hi,
if you use version 3 and draw some
hlines
on your own, the system will decide to usetblr
for the table, ie:If you now enable auto-booktabs and re-generate the LaTeX code, the table won't change, even though the table preview on top does.