We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
siunitx 2020/02/25 v2.8b accessibility 2019/11/02 v. 2.0.3
When I use more than one S column of the siunitx package I get a lot of errors like
Missing } inserted.
Commenting out the accessibility package or using a single S column resolves this issue.
\documentclass{article} \usepackage{siunitx} %\usepackage{accessibility} \begin{document} \begin{tabular}{SSSS} & 1 & & \\ & & 2 & \\ 3.33 & 3 & & 11.3 \\ 41.4 & & & \end{tabular} \end{document}
Perhaps related to #44.
The text was updated successfully, but these errors were encountered:
@Arkonos thanks for this report.
Unfortunately it seems unrelated to #44 because I can fix #44 but that doesn't change anything here.
I've added this as a unit test but I suspect that this will be a hard one to fix as its driven by what goes on in siunitx.
siunitx
Sorry, something went wrong.
No branches or pull requests
siunitx 2020/02/25 v2.8b
accessibility 2019/11/02 v. 2.0.3
When I use more than one S column of the siunitx package I get a lot of errors like
Commenting out the accessibility package or using a single S column resolves this issue.
Perhaps related to #44.
The text was updated successfully, but these errors were encountered: