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 Besides, do we have an official issue tracker? Thanks! Best, Sylvain
On 9/9/21 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:
Hi Sylvain, both options are honored in your sample (at least using current latest from 2021.09.06 11:47). "randomstuff" is just a text and your before option is added as pure text.
Besides, do we have an official issue tracker?
I’m afraid there is no official issue tracker (as far as I know). Just in case it helps, Pablo -- http://www.ousia.tk
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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Pablo Rodriguez
-
Sylvain Hubert