summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/numprint.tlpsrc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-06-20 05:37:07 +0000
committerNorbert Preining <preining@logic.at>2007-06-20 05:37:07 +0000
commit9ae60519cee39f73acca93bd0a963b6eb0838090 (patch)
tree280b086265babf658beaaa8767402cd6d63537e5 /Master/tlpkg/tlpsrc/numprint.tlpsrc
parent364c41ff9ead9873e105431354ec5e5b73c887d3 (diff)
Remove shortdesc and longdesc from all but the collection-* and scheme-*
git-svn-id: svn://tug.org/texlive/trunk@4479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/numprint.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/numprint.tlpsrc15
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/tlpkg/tlpsrc/numprint.tlpsrc b/Master/tlpkg/tlpsrc/numprint.tlpsrc
index fa065a60b57..0e67c07fafb 100644
--- a/Master/tlpkg/tlpsrc/numprint.tlpsrc
+++ b/Master/tlpkg/tlpsrc/numprint.tlpsrc
@@ -1,17 +1,2 @@
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]