summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/numname
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-16 16:21:21 +0000
committerKarl Berry <karl@freefriends.org>2007-07-16 16:21:21 +0000
commit3a9e8147ea85b33b5d40a26bd5a6a6cccd6c08d4 (patch)
tree8c65a9ace03dca300ceccc64d6d720ba6718c96c /Master/texmf-dist/doc/latex/numname
parentacf01e2e25e739d083b243bd2d7c14853c09fa43 (diff)
new latex package numname (6jul07)
git-svn-id: svn://tug.org/texlive/trunk@4615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/numname')
-rw-r--r--Master/texmf-dist/doc/latex/numname/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/numname/README b/Master/texmf-dist/doc/latex/numname/README
new file mode 100644
index 00000000000..847772addf6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/numname/README
@@ -0,0 +1,7 @@
+This package converts a numerical number to the english spelled out
+name of the number. For example, 1-> one, 2-> two, 12-> twelve. It
+can also convert to the ordinal number, 1->first, 2->second, etc.
+
+This code was cut and paste from the memoir.cls for use as an
+independent package for projects which prefer not to use the memoir
+class.