一季度网络人物评选揭晓
3 questions
0
votes
0
answers
105
views
Text size in single table row
i want to include two letters in the S column of the siunitx package. As there are no measured values for the particular row, I want to label them with "ND". Can I include this, or does anyone have ...
1
vote
1
answer
204
views
Format table number alignment
I am having a few problems with the following code:
\documentclass{standalone}
\usepackage{booktabs}
\usepackage{siunitx}
\begin{document}
\begin{tabular}{
l
S[table-format = 4.2]
S[table-...
4
votes
1
answer
913
views
Optimizing size (font AND width) of tables produced with dcolumn/siunitx
I have a couple of tables in my document, and it's time to finalize them. This means I want to optimize:
1) the size of the font (if possible obtain \normalsize as in the rest of the document, or at ...