8 Aug
2016
8 Aug
'16
11:27 a.m.
Fabrice Couvreur mailto:fabrice1.couvreur@gmail.com 8. August 2016 um 13:11 Hi Wolfgang, In fact, I have a project "Lesson" with components chapter 1, chapter 2, ... If I add \setupenumeration [] [way=bysubsection] to each component that does not work. \defineenumeration[exercise][text=Exercise ] \setupenumeration [exercise][way=bysection]
\starttext \dorecurse{5} {\expanded{\chapter{Chapter \recurselevel}} \dorecurse{3} {\expanded{\section{Section \recurselevel}} \dorecurse{3} {\startexercise \input ward \stopexercise}}} \stoptext Wolfgang