
18 Jun
2025
18 Jun
'25
1:10 p.m.
Am 18.06.25 um 11:41 schrieb mf:
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> -----------
Does \blank[nowhite,disable,back] help? Or \removeunwantedspaces ? Hraban