diff options
author | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
commit | 7fb60a74aab3febff8b73f2c8485f038d6a5e8cf (patch) | |
tree | 4f53da62ca86575bffd6cab33eddf4ec1bedce6c /Master/tlpkg/tlpsrc/numprint.tlpsrc | |
parent | 251011941e0fbafdda83480a711735c118a7fca0 (diff) |
its tlpsrc, not tlsrc now ...
updates to many of the tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@4468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/numprint.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/numprint.tlpsrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/numprint.tlpsrc b/Master/tlpkg/tlpsrc/numprint.tlpsrc new file mode 100644 index 00000000000..fa065a60b57 --- /dev/null +++ b/Master/tlpkg/tlpsrc/numprint.tlpsrc @@ -0,0 +1,17 @@ +name numprint +category Package +shortdesc Print numbers with separators and exponent if necessary. +longdesc The package numprint prints numbers with a separator every three +longdesc digits and converts numbers given as 12345.6e789 to 12\,345,6\cdot +longdesc 10^{789}. Numbers are printed in the current mode (text or math) +longdesc in order to use the correct font. Many things, including the +longdesc decimal sign, the thousand separator, as well as the product sign +longdesc can be changed by the user, e.g., to reach 12,345.6\times +longdesc 10^{789}. If an optional argument is given it is printed upright +longdesc as unit. Numbers can be rounded to a given number of digits. The +longdesc package supports an automatic, language-dependent change of the +longdesc number format. Tabular alignment using the tabular(*), array, +longdesc tabularx, and longtable environments (similar to the dcolumn and +longdesc rccol packages) is supported using all features of numprint. +longdesc Additional text can be added before and after the formatted +longdesc number. [description copied from TeX Catalogue] |