Color of the "headers" of one enumeration
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
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
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.
participants (2)
-
Wolfgang Schuster
-
Xan