8 Feb
2008
8 Feb
'08
8:53 a.m.
Bart C. Wise wrote:
I would like to display chapter headings spelling out the numbers into words. For example:
Chapter One Chapter Two Chapter Three etc.
I thought that I could put a conversion in the setuphead function; however, it doesn't appear to be supported. So how to I do the conversion?
By using \setupsection, like this: \def\englishnumbers#1% {\ifcase#1 \or One\or Two\or Three\or Four\or Five\fi} \defineconversion[englishnumbers][\englishnumbers] \setupsection[chapter][conversion=englishnumbers] Best wishes, Taco