Closed sergiokapone closed 2 years ago
Why doesn't it give a mismatch error to the number of columns? If you do not notice, then you get strange behavior.
% !TeX program = lualatex % !TeX encoding = utf8 \documentclass[]{article} \usepackage{tabularray} \begin{document} \begin{tblr}{% |Q[h]|l|Q[l,f]|Q[c,m]|Q[c,f]| } \hline a & & {J \\ j} & k\\ \hline b & e & {h \\ g} & l\\ \hline c & f & {r \\ t} & m\\ \hline \end{tblr} \end{document}
It works by design. Traditional tabular environment doesn't give a mismatch error in this use case either.
tabular
Why doesn't it give a mismatch error to the number of columns? If you do not notice, then you get strange behavior.