Tagged Questions
16
votes
1answer
271 views
Consistant formatting with siunitx and pgf: Thousands Separator
I like the default behavior of the siunitx package in that the thousands separator is not applied to four digit numbers, but is applied when the number of digits exceeds four. In documents that ...
5
votes
1answer
281 views
Is there an siunitx number formatting option equivalent to pgfplots's “fixed relative”?
I need to typeset a table with units, so I'd like to use siunitx for that. However, I don't want scientific notation, but a given number of figures. pgfplots has the fixed relative option for that ...
8
votes
1answer
960 views
Table typesetting with pgfplotstable
I have two questions concerning pgfplotstable and number formatting with pgf.
Consider the following piece of code:
\documentclass{article}
\usepackage{pgfplotstable}
\usepackage{amsmath}
...