-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
ConfirmedYup, it's really an issue associated with accessibility.Yup, it's really an issue associated with accessibility.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ConfirmedYup, it's really an issue associated with accessibility.Yup, it's really an issue associated with accessibility.