blob: 847772addf628a500faaf80f901c000bdf30dcd3 (
plain)
1
2
3
4
5
6
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.
|