Am 02.04.2025 um 04:11 schrieb Joel via ntg-context:
When I set items in a list, like this:
\starttext
\startitemize[n]
\startitem \input knuth \stopitem
\startitem \input knuth \stopitem
\stopitemize
\stoptext
...it ends up placing the items in double-space, or similar, where
there's about a gap of one text-height between lines, instead ofthe
usual gap between lines. If you render the above, it makes a gap between
the two quotes.
Is there a way to make it have normal line width?
To prevent the empty line between item entries you can either use the
packed option or set the value of the inbetween-key to nothing.
\starttext
\startitemize[n,packed]
\startitem First item \stopitem
\startitem Second item \stopitem
\stopitemize
\startitemize[n][inbetween=]
\startitem First item \stopitem
\startitem Second item \stopitem
\stopitemize
\stoptext
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : ntg-context@ntg.nl /
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
___________________________________________________________________________________