Pablo Rodriguez
24. Juni 2016 um 17:38
Dear list,

I have the following command:

\setuphead[section][sectionsegments={chapter:section}]

Is there a way to have a different numbering scheme for the appendix?

I thought that the following command might work:

\setuphead[appendix:section][sectionsegments={section}]
\startsetionblockenvironment[appendix]
  \setuphead[section][sectionsegments=section]
\stopsectionblockenvironment

Wolfgang