Hi Taco,

\start

    \definesymbol[mystar][\llap{\symbol{star}\hskip10mm}]

    \setupitemgroup[itemize][intext,mystar]
    \setupitemgroup[itemize][leftmargin=15mm,rightmargin=5mm]
    \setupitemgroup[itemize][width=2cm,distance=-25mm]

    \startitemize
        \startitem
            \dorecurse{3}{Taco likes an occasional hack! }
        \stopitem
    \stopitemize

\stop

\start

    \definesymbol[mystar][\rlap{\hskip10mm\symbol{star}}]

    \setupitemgroup[itemize][intext,mystar]
    \setupitemgroup[itemize][leftmargin=15mm,rightmargin=5mm]
    \setupitemgroup[itemize][width=1cm,distance=5mm]

    \startitemize
        \startitem
            \dorecurse{3}{Taco likes an occasional hack! }
        \stopitem
    \stopitemize

\stop


But what you're actually asking is something hangindent yes?

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to