komascript
komascript
## Brief outline of the bug If a class requires a package with given version like `\RequirePackage{foo}[]` and the `` is in conflict with a rollback, the error message is...
There seems to be an issue using `template=tabularray`: ```latex \documentclass{article} \usepackage{tabularray} \usepackage{acro-examples} \begin{document} \printacronyms[template=tabularray] \end{document} ``` results in: ``` Missing number, treated as zero. \__dim_eval_end: l.7 \printacronyms[template=tabularray] ``` Currently I...