Subsection number independant of section
Hi, I would get a dial like this : A. Section one 1. Subsection one With the code below, I get : A. Section one A. A. Subsection one \setupsection [section] [conversion=Character] \setuplabeltext [section={{},{.}}, subsection={{},{.}}] \setupsection [subsection] [previousnumber=no] \setupbodyfont[pagella,11pt] \starttext \section{Définitions} \subsection{Approche de la loi binomiale} \stoptext Why ? Regards, Fabrice
Le 02/05/2014, Fabrice Couvreur a écrit
I would get a dial like this :
A. Section one 1. Subsection one
This should work: \setuphead [section] [sectionstopper=., %sectionsegments=3:3, conversion=Characters,] \setuphead [subsection] [sectionstopper=., sectionsegments=4:4, conversion=number,] \setupbodyfont [pagella,11pt] \starttext \section{Définitions} \subsection{Approche de la loi binomiale} \stoptext -- Romain Diss
participants (3)
-
Fabrice
-
Fabrice Couvreur
-
Romain Diss