On Thu, 6 Jul 2006, David Arnold wrote:
Hans et all,
I don't get my period after item numbers with this file:
This is because the code for placing stopper is commented in core-des.tex. Why? Add this to your document \unprotect \def\domakednnumber {\descriptionparameter\c!left \strut\doshowdnnumber \descriptionparameter\c!stopper \descriptionparameter\c!right} \protect This may break something else and the line with stopper is commented in the code. Another option is to use right=. instead of stopper=. Aditya
\setupoutput[pdf]
\setuplabeltext[question=]
\defineenumeration [question] [location=inleft, text=\labeltext{question}, headcolor=green]
\setupenumerations [question] [location=inleft, headcolor=green, stopper=., way=bysection, sectionnumber=no]
\starttext \startquestion Foo \stopquestion \startquestion Bar \stopquestion \startquestion Baz \stopquestion \stoptext