Vertical space after \head
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? Best regards, Lukas -- Ing. Lukáš Procházka | mailto:LPr@pontex.cz Pontex s. r. o. | mailto:pontex@pontex.cz | http://www.pontex.cz Bezová 1658 147 14 Praha 4 Tel: +420 241 096 751 Fax: +420 244 461 038
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
Hello,
thank you, Wolfgang; I wasn't aware of "afterhead" option.
I added some info (and a snip) here:
http://wiki.contextgarden.net/Command/startitemize
although I found some existing info on wiki/\setupitemgroup;
however, I wasn't able to add some useful info onto the latter place.
Best regards,
Lukas
On Tue, 31 Mar 2015 15:39:14 +0200, Wolfgang Schuster
\starttext
\setupitemize[headstyle=bold,afterhead={\blank[medium]}]
\startitemize \starthead{Ward} \input ward \stophead \startitem \input weisman \stopitem \stopitemize
\stoptext
Wolfgang
-- Ing. Lukáš Procházka | mailto:LPr@pontex.cz Pontex s. r. o. | mailto:pontex@pontex.cz | http://www.pontex.cz Bezová 1658 147 14 Praha 4 Tel: +420 241 096 751 Fax: +420 244 461 038
participants (2)
-
Procházka Lukáš Ing. - Pontex s. r. o.
-
Wolfgang Schuster