Skip to content
New issue

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

Incompatibility with siunitx table column type #45

Open
Arkonos opened this issue Jul 15, 2020 · 1 comment
Open

Incompatibility with siunitx table column type #45

Arkonos opened this issue Jul 15, 2020 · 1 comment
Labels
Confirmed Yup, it's really an issue associated with accessibility.

Comments

@Arkonos
Copy link

Arkonos commented Jul 15, 2020

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.

@AndyClifton AndyClifton added the Confirmed Yup, it's really an issue associated with accessibility. label Jan 18, 2023
@AndyClifton
Copy link
Owner

AndyClifton commented Jan 18, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmed Yup, it's really an issue associated with accessibility.
Projects
None yet
Development

No branches or pull requests

2 participants