Monday, 26 August 2013

Table with all numbers in millions

Table with all numbers in millions References What is the proposed way to set numbers in tables which are all in the millions? None of the numbers has a significant digit smaller than 1,000. Since it is a rather large table, I want to get rid off all those ,000 trailing each number. \\begin{tabular}{lrrrr} \\toprule Category & Col A & Col B & Col C & \\dots\\\\ \\midrule Line 1 & 18,855,000 & 13,870,000 & 1,235,000 & \\dots\\\\ \\addlinespace Line 2\\\\ \\quad Item 2--1 & 10,280,000 & 7,519,000 & 650,000 & \\dots\\\\ \\quad Item 2--2 & 8,575,000 & 6,351,000 & 585,000 & \\dots\\\\ \\dots\\\\ \\bottomrule \\end{tabular}

No comments:

Post a Comment