25 Mar
2014
25 Mar
'14
9:27 a.m.
Am 24.03.2014 um 14:39 schrieb Xan <dxpublica at telefonica.net>:
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.