Tagged Questions
9
votes
2answers
125 views
Math Spacing in the presence of a trailing/non-trailing comma
I thought I knew how to use a \hphantom{} but don't know of an easy way to handle this case due to the comma. I want to get the text aligned for the X row. I added the appropriate \hphantom{{}+1} ...
11
votes
3answers
2k views
Aligning Decimal Points in Table
I want to align two numbers in two different rows the decimal point.
I do see a link for that here:
Aligning numbers by decimal points in table columns
However, I don't understand how to ...
2
votes
1answer
301 views
Siunitx: alignment, parentheses and font size
I'm trying to align numbers (that are bolded, between parentheses, etc.) by decimal points in table columns while using the auto-round option of the siunitx package. The following code doesn't work:
...
5
votes
1answer
476 views
aligning columns at decimal point in TikZ matrices
Is there a way to align numbers in a TikZ matrix at the decimal points, as is possible in normal tables (Aligning numbers by decimal points in table columns)?
http://www.texample.net/tikz/builds/ ...
8
votes
2answers
5k views
Numbers in tables: align by decimal point *and* flush right?
This is a followup question to siunitx: aligning numbers by decimal points in tables doesn't work for bolded or italicized numbers
and Aligning numbers by decimal points in table columns.
While ...
8
votes
2answers
1k views
siunitx: aligning numbers by decimal points in tables doesn't work for bolded or italicized numbers
This is a follow-up question for Aligning numbers by decimal points in table columns.
User lockstep provided this solution:
\usepackage{siunitx}
\begin{document}
\begin{tabular}{S[table-format=3.2]}
...
38
votes
1answer
6k views
Aligning numbers by decimal points in table columns
Let me begin by stating that I did google the answers (and I'll reference to them soon). Yet each of the resources I found discussed one particular method, I'm interested in a comparison of the ...