Command/spaceddigits
< Command
Jump to navigation
Jump to search
Contents
\spaceddigits
Summary
The command \spaceddigits is used for automatically adding thousand separators to a string of digits.
Settings
Description
Examples
Changing the separator
% Default \spaceddigits{1234567.890} % Thin space \let\spaceddigitsseparator=\thinspace \spaceddigits{1234567.890} % Comma \let\spaceddigitsseparator=, \spaceddigits{1234567.890}