Hi all,
If I have
\setupwhitespace[big]
...
Labs:
\startitemize[nowhite,a]
\item black
\item chocolate
\item yellow
\stopitemize
then the "Labs:" line is immediately followed by the "black" item, as
desired (in this case).
But if the list is a sub-list, as in the example below, there is a blank
line after "Labs:".
I have tried a variety of different options, all to no avail. As a
work-around, if I make the outer list "packed" and put a \blank after the
last item in each sub-list, I get what I want.
But is there a set of options which automagically packs the sub-lists (and
the text above them) together but separates the sub-lists by blank lines?
Thanks.
Jim
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\startdocument
\setupwhitespace[big]
% Items follow preceding line with no extra vertical space, as desired.
Labs:
\startitemize[nowhite,a]
\item black
\item chocolate
\item yellow
\stopitemize
\blank\hrule\blank
\startitemize[n] % I could add ,packed
% Items *do not* follow preceding line with no extra vertical space
\item Labs:
\startitemize[nowhite,a]
\item black
\item chocolate
\item yellow
\stopitemize
% I could use \blank
\item Corgis:
\startitemize[nowhite,a]
\item Pembroke
\item Welsh
\stopitemize
\stopitemize
\stopdocument
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] /
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________