Skip to content

Incompatibility with siunitx table column type #45

@Arkonos

Description

@Arkonos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ConfirmedYup, it's really an issue associated with accessibility.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions