Some babel languages will make - a shorthand. This can cause problems in tabularray, e.g. when specifying ranges like 1-Z:
\documentclass{scrartcl}
\usepackage[slovak]{babel}
\usepackage{tabularray}
\begin{document}
%\shorthandoff{-}
\begin{tblr}{
row{1-Z}={font=\large\bfseries},
}
test
\end{tblr}
\end{document}
Maybe tabularray could automatically switch off shorthands while reading such arguments?
Some babel languages will make
-a shorthand. This can cause problems in tabularray, e.g. when specifying ranges like1-Z:Maybe tabularray could automatically switch off shorthands while reading such arguments?