On 9/9/2021 1:31 AM, Sylvain Hubert wrote:
Dear ConTeXt Devs,

I'm not sure if this is an expected behavior or a known issue, but anyway, I've found that the inner \startitemize ignores margin= and before= and probably some other options as well:

\showframe
\starttext
\startitemize[margin=2em]
\item has margin
\stopitemize
\startitemize[before=randomstuff]
\item has text before
\stopitemize

\startitemize[margin=2em]
\item .
\startitemize[margin=2em]
\item no margin
\stopitemize
\startitemize[before=randomstuff]
\item no text before
\stopitemize
\stopitemize
\stoptext

\starttext

\defineitemgroup[marginalized]
\setupitemgroup[marginalized][2][leftmargindistance=2em]
\setupitemgroup[marginalized][3][leftmargindistance=4em]

\startmarginalized
    \item one: \input tufte
        \startmarginalized
            \item two: \input tufte
            \startmarginalized
                \item three:  \input tufte
            \stopmarginalized
        \stopmarginalized
\stopmarginalized

\stoptext

Besides, do we have an official issue tracker?
There is one I lack the discipline to keep track of issue trackers so just posting to the list is faster.

http://tracker.luatex.org -> project context

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
-----------------------------------------------------------------
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to