Am 28.05.2014 um 15:54 schrieb Procházka Lukáš Ing. - Pontex s. r. o.
Hello,
is there a way how to achieve the following look of items inside \staritemize ... \stopitemize:
|<-- textwidth ------>|
* Item - abc def ghi jlk mn op qrst uw xyz
Some other text that belongs to the item.
* Longer item - abc def ghi jlk mn op qrst uw xyz
Some other text that belongs to the longer item.
----
\starttext \startitemize \item Item - abc def ghi jlk mn op qrst uw xyz
Some other text that belongs to the item.
\items Longer item - abc def ghi jlk mn op qrst uw xyz
Some other text that belongs to the longer item.
\stopitemize \stoptext
----
I played with h-, v-, t-, s- and other boxes, with b/eTABLE but I'm not able to get the desired result…
\define[1]\ItemCommand {\hangindent=1em\relax #1 – \ignorespaces} \setupitemize[command=\ItemCommand] \starttext \startitemize \item{Ward} \input ward \input ward \item{Zapf} \input zapf \input zapf \stopitemize \stoptext Wolfgang