Re: [NTG-context] Roman numbers for chapters in chapter lines but not in section lines

2011-05-23 Thread Mathieu DUPONT
Ok, me too, now that MkIV is correctly installed with TexShop... Thank you very much Wolfgang ! Mathieu From: schuster.wolfg...@googlemail.com Date: Mon, 23 May 2011 20:07:25 +0200 To: ntg-context@ntg.nl Subject: Re: [NTG-context] Roman numbers for chapters in chapter lines but not

Re: [NTG-context] Roman numbers for chapters in chapter lines but not in section lines

2011-05-23 Thread Wolfgang Schuster
Am 23.05.2011 um 20:02 schrieb Mathieu DUPONT: > This code : > > \setuplabeltext[chapter=CHAPITRE~] > \definestructureconversionset[mathieu][numbers,Romannumerals][numbers] > \setuphead[chapter][sectionconversionset=mathieu] > \setuplist[chapter][label=yes,width=7em] > > \starttext > > \placec

Re: [NTG-context] Roman numbers for chapters in chapter lines but not in section lines

2011-05-23 Thread Mathieu DUPONT
This code : \setuplabeltext[chapter=CHAPITRE~]\definestructureconversionset[mathieu][numbers,Romannumerals][numbers]\setuphead[chapter][sectionconversionset=mathieu]\setuplist[chapter][label=yes,width=7em] \starttext \placecontent \chapter{Title of chapter}\section{Title of section}\subsection{Ti

Re: [NTG-context] Roman numbers for chapters in chapter lines but not in section lines

2011-05-23 Thread Wolfgang Schuster
Am 23.05.2011 um 04:33 schrieb Mathieu DUPONT: > > Hi, > > I am trying to obtain the following result : > > CHAPITRE I Title of chapter > 1.1 Title of section > 1.1.1 Title of subsection > > In other words, I need my chapter numbers to be in roman number, but not in > the numbers of the se

[NTG-context] Roman numbers for chapters in chapter lines but not in section lines

2011-05-22 Thread Mathieu DUPONT
Hi, I am trying to obtain the following result : CHAPITRE I Title of chapter1.1 Title of section1.1.1 Title of subsection In other words, I need my chapter numbers to be in roman number, but not in the numbers of the sections and subsections (1.1.1 and not I.1.1). Here is the base code : \set