Re: [NTG-context] Color of the "headers" of one enumeration

2014-03-25 Thread Xan
> Am 24.03.2014 um 14:39 schrieb Xan :
> 
> > Hi,
> > 
> > I have this
> > \defineenumeration
> >  [punt]
> >  
> > [alternative=serried,text={\startcolor[darkblue]Punt\stopcolor},stopper={.\space},left={\bgroup},right={\egroup},width=fit,headstyle=\ss,distance=0.25em,width=fit]
> > 
> > So I get "Punt 1. bla,..." How can I achieve that "Punt 1." were in 
> > darkblue? Now I just have "Punt“.
> 
> 
> Use the headcolor key:
> 
> \defineenumeration
>   [punt]
>   [alternative=serried,
>text={Punt},
>stopper={.},
>width=fit,
>distance=0.25em,
>headstyle=\ss,
>headcolor=darkblue]
> 
> Wolfgang


Thank you very much,
Xan.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Color of the "headers" of one enumeration

2014-03-24 Thread Wolfgang Schuster

Am 24.03.2014 um 14:39 schrieb Xan :

> Hi,
> 
> I have this
> \defineenumeration
>  [punt]
>  
> [alternative=serried,text={\startcolor[darkblue]Punt\stopcolor},stopper={.\space},left={\bgroup},right={\egroup},width=fit,headstyle=\ss,distance=0.25em,width=fit]
> 
> So I get "Punt 1. bla,..." How can I achieve that "Punt 1." were in darkblue? 
> Now I just have "Punt“.


Use the headcolor key:

\defineenumeration
  [punt]
  [alternative=serried,
   text={Punt},
   stopper={.},
   width=fit,
   distance=0.25em,
   headstyle=\ss,
   headcolor=darkblue]

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Color of the "headers" of one enumeration

2014-03-24 Thread Xan
Hi,

I have this
\defineenumeration
  [punt]
  
[alternative=serried,text={\startcolor[darkblue]Punt\stopcolor},stopper={.\space},left={\bgroup},right={\egroup},width=fit,headstyle=\ss,distance=0.25em,width=fit]

So I get "Punt 1. bla,..." How can I achieve that "Punt 1." were in darkblue? 
Now I just have "Punt".

Thanks in advance,
Xan
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___