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 "

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

[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 j