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 sections and subsections (1.1.1 and not I.1.1).
 
 Here is the base code :
 
 \setuplist [chapter] [label=yes,style={\blank[0cm]}]
 \setupsection[section-2][conversion=Romannumerals]
 \setuplabeltext[chapter=CHAPITRE~]
 
 \starttext
 
 \placecontent
 
 \chapter{Title of chapter}
 \section{Title of section}
 \subsection{Title of subsection}
 
 \stoptext 
 
 which results in :
 
 CHAPITRE I Title of chapter
 I.1   Title of section
 I.1.1 Title of subsection
 
 Any idea ?
 All help is greatly appreciated.

MkIV:

\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{Title of subsection}

\stoptext

Wolfgang


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

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{Title of 
subsection}
\stoptext
results in :
CHAPITRE I Title of chapterI.I  Title of sectionI.I.I   Title of subsection
Now everything is in Roman !

Mathieu

  ___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

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
 
 \placecontent
 
 \chapter{Title of chapter}
 \section{Title of section}
 \subsection{Title of subsection}
 
 \stoptext
 
 results in :
 
 CHAPITRE I Title of chapter
 I.I   Title of section
 I.I.I Title of subsection
 
 Now everything is in Roman !

Not for me, i tested my example and got the output you described in your mail.

ConTeXt  ver: 2011.05.18 22:26 MKIV  fmt: 2011.5.23  int: english/english

Wolfgang


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

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 in section lines




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
\placecontent
\chapter{Title of chapter}\section{Title of section}\subsection{Title of 
subsection}
\stoptext
results in :
CHAPITRE I Title of chapterI.I  Title of sectionI.I.I   Title of subsection
Now everything is in Roman !
Not for me, i tested my example and got the output you described in your mail.
ConTeXt  ver: 2011.05.18 22:26 MKIV  fmt: 2011.5.23  int: english/english
Wolfgang


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___
   ___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[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 :
\setuplist [chapter] 
[label=yes,style={\blank[0cm]}]\setupsection[section-2][conversion=Romannumerals]\setuplabeltext[chapter=CHAPITRE~]
\starttext
\placecontent
\chapter{Title of chapter}\section{Title of section}\subsection{Title of 
subsection}
\stoptext 
which results in :
CHAPITRE I Title of chapterI.1  Title of sectionI.1.1   Title of subsection
Any idea ?All help is greatly appreciated.
Thanks a bunch,

Mathieu

  ___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___