Dear list members,

In the MWE below the amount of vertical space between the enumeration header 
and the question text seems to fully controlled by the global 
\setupwhitespace[big] setting. 
I would like to reduce the distance beteen the enumeration header and the 
question text but inbetween={\blank[nowhite]} seems to be ignored. I tried 
none, disable etc. as well.

Of course I could set \setupwhitespace[small] but this would influence the 
amount whitespace between my paragraph text which should be set to big.

How can I minimize the inbetween distance without changing the spacing between 
paragraphs?


\setupwhitespace[big]                                               

\defineblock[question]
\keepblocks[question]

\defineenumeration
   [question]
   [inbetween={\blank[nowhite]}]

\starttext

\input ward
\input ward

\beginquestion
\startquestion
Text text text
\startitemize[a,packed]
\item answer a
\item answer b
\stopitemize
\stopquestion
\endquestion

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

Reply via email to