Closed Pratched closed 3 years ago
The package tabu
is officially declared broken since 2019-01-12 and will probably never be fixed. But you can easily switch to xltabular
instead. Package tabularray
would be an alternative, too.
\usepackage{xltabular}
\usepackage{booktabs}
%\usepackage{tabu}
\newglossarystyle{symblongtabu}{%
\renewenvironment{theglossary}{%
% \begin{longtabu}[l]{ccX<{\strut}l}% ’spread 0pt’ defekt in v2.9
\xltabular[l]{\linewidth}{ccXl}%
}{%
% \end{longtabu}%
\endxltabular%
}%
...
}
Thanks for the easy fix!
I am referring to the user guideline for this package from the 29th of March 2017, specifically page 21.
Within this document there was an alternative symbol glossary introduced which worked fine for me before. Unfortunately this does not work any longer with adaptations made by exemplary #58.
The following MWE yield an error about
Missing }
, but only when printing the glossary with the predefined stylesymblongtabu
and I cannot figure out what is causing this.Am i missing something or is this just due to changes made within the package(s) and therefore incompatible?