On Thursday 07 May 2009 23:17:38 Hans Hagen wrote:
Alan BRASLAU wrote:
I still get a major sectioning bug using the new beta mkiv 1. minimals from the garden 2. beta from http://pragma-ade.nl/context/beta/cont-tmf.zip
Am I alone in seeing this?
i'm still strugling with defaults (it's not so much a matter of not working but more of how to set up the defaults with reasonable inheritance) so it will take a while before things stabelize
i uploaded a beta with a (temp) fix
OK, it sort-of works. I get: 1 first section 1.1 first subsection of first section 1.1.1 subsubsection 1.2 second subsection of first section 2 second section 2.1 first subsection of second section 2.2 second subsection of second section But now I am being difficult: \setupsection[section-3][bodypartconversion=Character] \setupsection[section-4][previousnumber=no,bodypartconversion=number] \setupsection[section-5][previousnumber=no,bodypartconversion=character] \starttext \section{first section} \subsection{first subsection of first section} \subsubsection{subsubsection} \subsection{second subsection of first section} \section{second section} \subsection{first subsection of second section} \subsection{second subsection of second section} \stoptext which yields (in mkii): A first section 1 first subsection of first section a subsubsection 2 second subsection of first section B second section 1 first subsection of second section 2 second subsection of second section but not in mkiv... Alan