Hello,

does somebody know how to get some space between two \head entries in the
ConTeXt-way?

I tried the following, but without success:

\starttext
begin
\startitemize[packed][beforehead=\blank,headstyle=bold]
\head head\par
line
\head head\par
line
\head head\par
line
\stopitemize
end
\stoptext

Only with the following hack, I get the desired result:

\starttext
begin
\startitemize[packed][headstyle=bold]
\let\headO\head
\def\head{\blank\headO}
\head head\par
line
\head head\par
line
\head head\par
line
\stopitemize
end
\stoptext

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to