Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Thank you Bernard, do you know why I get the following errors using your code?: siunitx error: "duplicate-exponent-token" Duplicate exponent marker token '\token_to_str:N e' in input. For immediate help type H <return>. \end{tabularx} -------------------- siunitx error: "invalid-number" Invalid numerical input 'de'. For immediate help type H <return>. \end{tabularx} -------------------- Emergency stop. \end{tabularx} Commented May 28, 2017 at 10:43
  • This did not happen with just my code, since it doesn't use siunitx. Could you post a (full) minimal example code reproducing the error? Commented May 28, 2017 at 10:47
  • Yes you are right, it works if I simply execute your code. If I add the \usepackage{siunitx} it throws an error Commented May 28, 2017 at 10:59
  • @Zeit: I had forgotten: that is due to the S pre-qualifier used by cellspace to ensure padding in the corresponding columns, as it is also defined as a column type by siunitx. The solution is explained in the documentation of the latter package: use the pre-qualifier C instead–hoping you don't already have to use a C column type… Commented May 28, 2017 at 11:16
  • That is a great comment! Now it is simply perfect with the C pre-qualifier :) Thank you Commented May 28, 2017 at 11:22