Am 29.10.2011 um 22:02 schrieb Pablo RodrÃguez:
Hi there,
I have been searching in the documentation (ConTeXt Reference Manual, ConTeXt: An Excursion and the wiki) and I don't know how to implement a basic feature: different title numbers.
I want to have chapters numbered with Roman numbers and sections with capital letters and that none of them contains any other number than its own (no part or/and chapter in chapter or section titles).
How can I achieve that? I guess this is basic functionality, but I'm not able to find it in the documentation.
\definestructureconversionset[pablo][n,R,A][n] \setuphead[sectionconversionset=pablo] \setuphead[chapter][sectionsegments=chapter] \setuphead[section][sectionsegments=section] \starttext \chapter{Chapter} \section{Section} \stoptext Wolfgang