summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/numname/numname.tex
blob: ffc04d16a865fdf6e02d4dc9a2b334e62fc45529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\documentclass[pagesize=auto, parskip=full, fontsize=14pt, DIV=9]{scrartcl}

\usepackage{fixltx2e}
\usepackage{etex}
\usepackage{xspace}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{microtype}
\usepackage{hyperref}

\newcommand*{\pkg}[1]{\textsf{#1}}
\newcommand*{\cls}[1]{\textsf{#1}}

\addtokomafont{title}{\rmfamily}

\title{The \pkg{numname} package}
\author{S Joshua Swamidass}
\date{2007/07/05}


\begin{document}

\maketitle

This package converts a numerical number to the english spelled out 
name of the number. For example, 1~$\to$~one, 2~$\to$~two, 12~$\to$~twelve. It 
can also convert to the ordinal number, 1~$\to$~first, 2~$\to$~second, etc. 

This code was cut and paste from the \cls{memoir.cls} for use as an 
independent package for projects which prefer not to use the \cls{memoir} 
class.

\end{document}