Am 28.05.2014 um 15:54 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
<l...@pontex.cz>:

> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to