19 May
2017
19 May
'17
5:38 p.m.
\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/b14f992ef5f4e868c9959b1... Any ideas on how to work around this issue? Thank you!