JDMCreator / LaTeXTableEditor

readme
MIT License
137 stars 14 forks source link

Auto-Booktabs not working in version 3 #70

Closed owah closed 11 months ago

owah commented 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:

% \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.

JDMCreator commented 1 year ago

Bug confirmed.