ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Reduced whitespace when nesting different itemgroups
@ 2016-10-20 10:07 Florian Leupold
  0 siblings, 0 replies; only message in thread
From: Florian Leupold @ 2016-10-20 10:07 UTC (permalink / raw)
  To: ConTeXt List


[-- Attachment #1.1: Type: text/plain, Size: 782 bytes --]

Dear list,

I have noticed a strange behavior when nesting different itemgroups: The whitespace before the lower-level group is reduced. This does not happen when nesting itemgroups of the same kind. And this can somehow be circumvented by setting [columns, one], see MWE below.

Is this expected behavior, or a bug?

Best regards,
Florian


MWE:

\starttext

\startitemize
\item Itemize 1.
	\startitemize[columns, one]
	\item Itemize 1.1
	\item Itemize 1.2
	\stopitemize
\stopitemize

\defineitemgroup[it]
\startitemize
\item Itemize 1.
	\startit
	\item It 1.1 (reduced whitespace above)
	\item It 1.2
	\stopit
\stopitemize

\startitemize
\item Itemize 1.
	\startit[columns, one]
	\item It 1.1
	\item It 1.2
	\stopit
\stopitemize

\stoptext

[-- Attachment #1.2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 842 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-20 10:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-20 10:07 Reduced whitespace when nesting different itemgroups Florian Leupold

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).