17 Apr
2023
17 Apr
'23
5:06 a.m.
On Sun, 16 Apr 2023, Aditya Mahajan via ntg-context wrote:
On Sat, 15 Apr 2023, Jim via ntg-context wrote:
%------------------------------------------------------------------------
\setupindenting[medium,yes] \setupitemize[indentnext=auto]
\startitemize \item One \stopitemize
This paragraph should be indented - due to the blank line after \type{\stopitemize}.
\startitemize \item Two \stopitemize This paragraph should not be indented.
%------------------------------------------------------------------------ Works in mkiv but appears to be a bug in lmtx. I haven't debugged what is going wrong.
`indentnext=auto` doesn't appear to work for any environment. Aditya