\setuphead[chapter][number=yes,]
\setuphead[section][number=no,]
\setuphead[subsection][placehead=hidden,]

\definehead[scenesubsection][subsection]

\starttext
  \dorecurse{5}{
    \chapter{Chapter Name}
    \section{Section Name}
    \startscenesubsection
    \input tufte
    \stopscenesubsection
  }
\stoptext

The chapter headings should be enumerated 1 through 5, but some
chapter numbers are either hidden or enumerated incorrectly. Using
"placehead=no" causes the spacing to change when framing an entire
section.

Related: 
https://github.com/contextgarden/context-mirror/blob/b14f992ef5f4e868c9959b174278c86516d60dbc/tex/context/base/mkiv/strc-sec.mkiv#L930

Any ideas on how to work around this issue?

Thank you!
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to