
19 Jun
2025
19 Jun
'25
10:06 a.m.
Am 18.06.25 um 23:28 schrieb mf:
Thanks Hraban and Wolfgang.
\ignorepars is what I was looking for, though I realized it must be the last thing in the paragraph.
Currently it does not work with my xml setup for paragraphs:
\startxmlsetups xml:Para \dontleavehmode\xmlflush{#1}\resetcharacterkerning\strut\par \stopxmlsetups
\resetcharacterkerning can be put after the \par.
\strut prevents the last line from having no depth in case there are no letter with descendants. I think that could be set globally... but how?
Sounds like a case for \appendtoks … \to\everypar, but I’m not sure… Hraban