ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Florian Leupold <fleupold@posteo.net>
To: ConTeXt List <ntg-context@ntg.nl>
Subject: Reduced whitespace when nesting different itemgroups
Date: Thu, 20 Oct 2016 12:07:53 +0200	[thread overview]
Message-ID: <B8656F27-2D81-4D36-AA26-EE47F74E85BA@posteo.net> (raw)


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

                 reply	other threads:[~2016-10-20 10:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B8656F27-2D81-4D36-AA26-EE47F74E85BA@posteo.net \
    --to=fleupold@posteo.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).