question about \startitemize...\stopitemize (again)
Dear list, sorry for asking this question again, but I’m afraid I really need to solve this as soon as possible. I have the following sample: \setupwhitespace[5em] \startsetups[smallwspa] \setupwhitespace[small] \setupblank[small] \stopsetups \setupitemize[each][indenting=no, setups=smallwspa] \starttext \input knuth \startitemize \dorecurse{5}{\item this is my item\par second paragraph\par third paragraph } \stopitemize \stoptext I need a bigger whitespace outside the list that inside them. I need \blank[medium] between each item and \blank[small] for each \par inside the item. setups doesn’t work for paragraphs inside list items and inbetween doesn’t work either. Which is the right way to setup space between ennumeration items and also different for paragraphs inside those items? Many thanks for your help, Pablo -- http://www.ousia.tk
Pablo Rodriguez mailto:oinos@gmx.es 29. November 2016 um 19:28 Dear list,
sorry for asking this question again, but I’m afraid I really need to solve this as soon as possible.
I have the following sample:
\setupwhitespace[5em] \startsetups[smallwspa] \setupwhitespace[small] \setupblank[small] \stopsetups \setupitemize[each][indenting=no, setups=smallwspa] \setupitemize[each][indenting=no,inner=\directsetup{smallwspa}]
Wolfgang
On 11/29/2016 07:48 PM, Wolfgang Schuster wrote:
Pablo Rodriguez 29. November 2016 um 19:28 Dear list,
sorry for asking this question again, but I’m afraid I really need to solve this as soon as possible.
I have the following sample:
\setupwhitespace[5em] \startsetups[smallwspa] \setupwhitespace[small] \setupblank[small] \stopsetups \setupitemize[each][indenting=no, setups=smallwspa]
\setupitemize[each][indenting=no,inner=\directsetup{smallwspa}]
Wolfgang, many thanks for your ultra-fast reply and for your help. As always, it works perfectly fine. Sorry, but what does the key "inbetween" setup? (I thought it was referred to items.) Many thanks for your help, Pablo -- http://www.ousia.tk
Pablo Rodriguez mailto:oinos@gmx.es 29. November 2016 um 20:02
Wolfgang,
many thanks for your ultra-fast reply and for your help.
As always, it works perfectly fine.
Sorry, but what does the key "inbetween" setup? (I thought it was referred to items.) \setupitemgroup [itemize] [ before={\blackrule[width=\textwidth,color=red]}, after={\blackrule[width=\textwidth,color=green]}, inbetween={\blackrule[width=\textwidth,color=blue]}]
\starttext \startitemize \startitem First item \stopitem \startitem Second item \stopitem \startitem Third item \stopitem \stopitemize \stoptext Wolfgang
participants (2)
-
Pablo Rodriguez
-
Wolfgang Schuster