31 Mar
2015
31 Mar
'15
3:39 p.m.
Am 31.03.2015 um 09:03 schrieb Procházka Lukáš Ing. - Pontex s. r. o.
: Hello,
is it possible to affect simply vertical space being generated after \head?
Here:
---- \starttext \startitemize[][headstyle=bold] \head Something\par \input knuth \stopitemize \stoptext ----
I'd like to have space of size \blank[medium] between the head and the following text.
But it seems nothing of "joinedup", "after", "before" or "inbetween" affects the space.
So - is it possible somehow?
\starttext \setupitemize[headstyle=bold,afterhead={\blank[medium]}] \startitemize \starthead{Ward} \input ward \stophead \startitem \input weisman \stopitem \stopitemize \stoptext Wolfgang