
18 Jun
2025
18 Jun
'25
11:41 a.m.
Hello list, I remember having read something about this, but I can't remember where: I need to prevent the next \par. The context (lowercase) is XML typesetting, where sometimes I want to concatenate two paragraphs in a particular typesetting, while keeping the original structure of the document (two distinct paragraphs). To give you an idea, in XHTML it could be something like this: ----------- <p>This is a paragraph.<?injecttex \preventpar ?></p> <p>This is the next paragraph.</p> ----------- Massi