diff options
Diffstat (limited to 'Master/texmf-dist/tpm/numprint.tpm')
-rw-r--r-- | Master/texmf-dist/tpm/numprint.tpm | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/tpm/numprint.tpm b/Master/texmf-dist/tpm/numprint.tpm new file mode 100644 index 00000000000..f5574193a46 --- /dev/null +++ b/Master/texmf-dist/tpm/numprint.tpm @@ -0,0 +1,63 @@ +<!DOCTYPE rdf:RDF SYSTEM "../../Tools/tpm.dtd"> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/"> + <rdf:Description about="http://texlive.dante.de/texlive/Package/numprint.zip"> + <TPM:Name>numprint</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2005/07/26 00:40:07</TPM:Date> + <TPM:Version></TPM:Version> + <TPM:Creator>rahtz</TPM:Creator> + <TPM:Title> +Print numbers with separators and exponent if necessary. + </TPM:Title> + <TPM:Description> +The package numprint prints numbers with a separator every three digits +and converts numbers given as 12345.6e789 to 12\,345,6\cdot 10^{789}. +Numbers are printed in the current mode (text or math) in order to use +the correct font. +Many things, including the decimal sign, +the thousand separator, as well as the product sign can be changed by +the user, e.g., to reach 12,345.6\times 10^{789}. +If an optional argument is given it is printed upright as unit. +Numbers can be rounded to a given number of digits. +The package supports an automatic, language-dependent change of the +number format. +Tabular alignment using the tabular(*), array, tabularx, and longtable +environments (similar to the dcolumn and rccol packages) is supported +using all features of numprint. Additional text can be added before and +after the formatted number. +[description copied from TeX Catalogue] + </TPM:Description> + <TPM:Author>Harald Harders</TPM:Author> + <TPM:Size>1723849</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="64932"> +texmf-dist/tex/latex/numprint/nbaseprt.sty +texmf-dist/tex/latex/numprint/numprint.sty +texmf-dist/tex/latex/numprint/numprint032.sty +texmf-dist/tpm/numprint.tpm + </TPM:RunFiles> + <TPM:DocFiles size="1423652"> +texmf-dist/doc/latex/numprint/ChangeLog.nbaseprt +texmf-dist/doc/latex/numprint/ChangeLog.numprint +texmf-dist/doc/latex/numprint/README +texmf-dist/doc/latex/numprint/getversion.tex +texmf-dist/doc/latex/numprint/nbaseprt.pdf +texmf-dist/doc/latex/numprint/nbaseprt.xml +texmf-dist/doc/latex/numprint/nbaseprttest.pdf +texmf-dist/doc/latex/numprint/nbaseprttest.tex +texmf-dist/doc/latex/numprint/numprint.pdf +texmf-dist/doc/latex/numprint/numprint.xml +texmf-dist/doc/latex/numprint/numprinttest.pdf +texmf-dist/doc/latex/numprint/numprinttest.tex + </TPM:DocFiles> + <TPM:SourceFiles size="235265"> +texmf-dist/source/latex/numprint/Makefile +texmf-dist/source/latex/numprint/nbaseprt.dtx +texmf-dist/source/latex/numprint/numprint.dtx +texmf-dist/source/latex/numprint/numprint.ins +texmf-dist/source/latex/numprint/numprint032.dtx + </TPM:SourceFiles> + <TPM:Provides>Package/numprint</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |