Excellent, this was the solution. I'm certain to learn a great
deal from it.
Thanks again,
Adrian
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, August 19, 2020 9:44 AM, Wolfgang Schuster
Adrian schrieb am 18.08.2020 um 06:40:
Hello, I'm attempting to typeset a short book using ConTeXt (current version: 2020.08.09 22:03). EXAMPLE: [...] I would like all the chapters to be prefixed with "Chapter RN." and the sections to keep a single count, for example: Chapter I. Introductory ..... 1. The concept of a function 2. Extension and intension 3. Functions of several variables 4. Abstraction Chapter II. Lambda Conversion ..... 5. Primitive symbols and formulas 6. Conversion 7. Fundamental theorems on well-formed formulas and on the normal form I tried to the following for the chapters: \defineconversion[church][Chapter \Romannumerals.\quad] \setuphead[chapter][conversion=church] Which appeared to generate the prefix correctly but it overlapped the title.
\setuplabeltext [en] [chapter=Chapter ]
\defineresetset [default] [0,0,0] [1]
\defineconversionset [section] [n,R,n] [n]
\setuphead [chapter] [sectionconversionset=section, sectionstopper=.]
\setuphead [section] [sectionsegments=section, sectionconversionset=section, sectionstopper=.]
\setuphead [title] [alternative=middle, style=WORD]
\setuplist [chapter] [label=yes, style=bold, width=fit, distance=\spaceamount]
\setuplist [section] [margin=3em, width=1.5em]
\starttext
\completecontent
...
\stoptext
Wolfgang