Re: which parameter is for adjust the distance between items in a list?
thank you.
just tried, not worked out yet.
Here it is my text:
```
setuplist[height=0]
\startitemize[n]
\item It's impossible --- don't waste my time.
\item It's possible, but not worth doing.
\item I said it was a good ideal all along.
\stopitemize
```
Now the distance between the items is equal to the blank space between paragraphs.
I want to reduce it equal to the distance between the lines of a paragraph.
Best,
Hong
April 25, 2024 at 4:22 PM, "Henning Hraban Ramm"
Am 25.04.24 um 10:20 schrieb hf@hongfeng.ch:
which parameter in `\setuplist` is used for adjusting the distance
between the items of a list?
Usually it’s the general line height.
You can use "inbetween=\blank[3pt]" to insert extra space.
(Untested)
Hraban
___________________________________________________________________________________
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
___________________________________________________________________________________
Am 25.04.24 um 10:46 schrieb hf@hongfeng.ch:
thank you.
just tried, not worked out yet.
Here it is my text:
``` setuplist[height=0] \startitemize[n] \item It's impossible --- don't waste my time. \item It's possible, but not worth doing. \item I said it was a good ideal all along. \stopitemize ```
Now the distance between the items is equal to the blank space between paragraphs. I want to reduce it equal to the distance between the lines of a paragraph.
You asked for a list, that is e.g. a table of contents (list of numbered items like sections or floats). If you want to affect itemizations, use \setupitemize (same as \setupitemgroup[itemize]). https://wiki.contextgarden.net/Command/_setupitemgroup Besides, height is a different parameter. Hraban
participants (2)
-
Henning Hraban Ramm
-
hf@hongfeng.ch