Hans et all, I don't get my period after item numbers with this file: \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
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
Aditya Mahajan wrote:
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?
did you try the beta? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Yes, we were using the latest. On Jul 10, 2006, at 11:49 AM, Hans Hagen wrote:
Aditya Mahajan wrote:
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?
did you try the beta?
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
On Mon, 10 Jul 2006, Hans Hagen wrote:
Aditya Mahajan wrote:
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?
did you try the beta?
The one from 06-29-2006 says \def\domakednnumber {\descriptionparameter\c!left \strut\doshowdnnumber % \descriptionparameter\c!stopper \descriptionparameter\c!right} Aditya
participants (3)
-
Aditya Mahajan
-
David Arnold
-
Hans Hagen