ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Vertical space after \head
@ 2015-03-31  7:03 Procházka Lukáš Ing. - Pontex s. r. o.
  2015-03-31 13:39 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2015-03-31  7:03 UTC (permalink / raw)
  To: ConTeXt

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

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Vertical space after \head
  2015-03-31  7:03 Vertical space after \head Procházka Lukáš Ing. - Pontex s. r. o.
@ 2015-03-31 13:39 ` Wolfgang Schuster
  2015-03-31 14:45   ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2015-03-31 13:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 31.03.2015 um 09:03 schrieb Procházka Lukáš Ing. - Pontex s. r. o. <LPr@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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Vertical space after \head
  2015-03-31 13:39 ` Wolfgang Schuster
@ 2015-03-31 14:45   ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 0 replies; 3+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2015-03-31 14:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: ddv

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 <schuster.wolfgang@gmail.com> wrote:

> \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

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-31 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31  7:03 Vertical space after \head Procházka Lukáš Ing. - Pontex s. r. o.
2015-03-31 13:39 ` Wolfgang Schuster
2015-03-31 14:45   ` Procházka Lukáš Ing. - Pontex s. r. o.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).