Re: [NTG-context] Stopper not working

2006-07-11 Thread Aditya Mahajan
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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Stopper not working

2006-07-10 Thread Hans Hagen
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


Re: [NTG-context] Stopper not working

2006-07-10 Thread David Arnold
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

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Stopper not working

2006-07-06 Thread David Arnold
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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Stopper not working

2006-07-06 Thread Aditya Mahajan
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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context