-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
other packageUsed with other packagesUsed with other packages
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
other packageUsed with other packagesUsed with other packages