> Am 31.03.2015 um 09:03 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
> <l...@pontex.cz>:
> 
> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to