ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jan Willem Flamma <jwfregister@icloud.com>
To: ntg-context@ntg.nl
Subject: enumeration header spacing control
Date: Sat, 18 Jun 2016 23:00:22 +0200	[thread overview]
Message-ID: <3F2C8D43-4561-4B87-9D1C-34E18AD22D3F@icloud.com> (raw)

Dear members,

In the MWE below the amount of vertical space between the enumeration header and the text seems to fully controlled by the global \setupwhitespace setting.

The inbetween={\blank[nowhite]} setting seems to be ignored. I noticed this change of behaviour some weeks ago for the first time.

Appreciate any suggestion on how to reduce the vertical space between the enumeration header and the text



MWE

\setupwhitespace[big]                                               

\defineblock
	[question]

\defineenumeration
    [question]
    [alternative=top,
    after={\blank[2*big]},
    inbetween={\blank[nowhite]}]
     
\keepblocks
    [question]

\starttext
    \input ward

    \input ward

\startsection[title=Questions]

\beginquestion
\startquestion  
\dorecurse{10}{Text }
\stopquestion
\endquestion

\beginquestion
\startquestion  
\dorecurse{10}{Text }
\stopquestion
\endquestion

\stopsection

\stoptext

Kind regards,
Jan Willem Flamma
___________________________________________________________________________________
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	other threads:[~2016-06-18 21:00 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=3F2C8D43-4561-4B87-9D1C-34E18AD22D3F@icloud.com \
    --to=jwfregister@icloud.com \
    --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).