6 Aug
2008
6 Aug
'08
9:02 a.m.
On Wed, Aug 6, 2008 at 10:42 AM, Eric DÉTREZ
Hello again
I wish to use the structure of block to hide somme of them. Unfortunately reseting them doesn't seem to work.
Here is a minimal example :
****************************************************** \starttext
\defineenumeration[exercice][location=inleft] \defineblock[titre,question,reponse] \hideblocks[,reponse]
\begintitre \exercice {\bf Facile} \endtitre% % \beginquestion $\displaystyle \sin\left(\pi \over 6\right)$
\endquestion
\beginreponse $1 \over 2$ \endreponse
{\bf Réponses}
\reset[exercice] \useblocks[titre,reponse] \stoptext
Use \resetnumber[exercice] for the moment. Wolfgang