List,
With the following example, endnotes are set differently with
MKIV and LMTX – incorrectly under LMTX. (MKIV 20190404, LMTX
20190411)
The problem disappears if either or both of the first two lines are removed, but of course those usually serve an important purpose.
\setupbodyfont [12pt] \setupindenting[yes,small] \starttext \chapter{Testing} \dorecurse{5}{\samplefile{ward}\endnote{\samplefile{lorem}}\par} \chapter{Notes} \placenotes[endnote] \stoptext
A workaround is to place \placenotes in a group with indenting turned off.
--
Rik