You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example in the 9.13 Tables with heading rows, the number is symmetrical, i.e., 3.3. But if we set a number like 3.6, the decimal marker are not aligned.
The text was updated successfully, but these errors were encountered:
note286
changed the title
decimal marker not align with asymmetrical number in table
The decimal marker in bold number is not align with asymmetrical number format in table.
May 2, 2023
I've thought about this a bit. The entire way that siunitx does alignment means we need to know the target width - which goes wrong if you have a variable font width. I think this really needs a feature to add formatting to the model.
The current effect is still very satisfactory, just add table-model-setup=\bfseries. Here is the complete code below. But I suddenly found that if table-model-setup=\bfseries is used, then the decimal separator is not really centered. For the case of the first symmetric column, if table-model-setup=\bfseries is not added, it is true alignment. I don't know if there was a bug in table-model-setup's implementation.
In the example in the 9.13 Tables with heading rows, the number is symmetrical, i.e.,
3.3
. But if we set a number like3.6
, the decimal marker are not aligned.The text was updated successfully, but these errors were encountered: