Thanks you Wolfgang. If it's not possible to use \blank, it appears that using for example \strut\par\strut\par is OK (but \par\par is not, ) \dorecurse{5}{ \strut\par\strut\par \leftaligned{Title for section{\recurselevel}} \strut\par\strut\par \darkred\input knuth \par \darkblue\input ward} Please, what would be a \setuphead that removes the introduction of these "uncompatible" verticals skips ? I've tried several, but even this one isn't compatible. \setuphead [section] [before={}, % also tried \blank[nowhite] and \blank[back] inbetween={}, after={}, beforesection={}, aftersection={}, alternative=text, style=\tf] Le 15/05/2024 à 13:09, Wolfgang Schuster a écrit :
garulfo@azules.eu schrieb am 14.05.2024 um 23:13:
Hi all,
\startshapetext works pretty well, but when I use \startsection \stopsection, shapes are not respected anymore. I use layers, to be able to place the content anywhere, but the issue remains without layers.
Any clues ? (\placeinitial seems also to break the shaping)
Example : 2 pages without sectioning, and after 2 pages by uncommenting the \startsection and \stopsection commands.
[...] \dorecurse{5}{ \startsection[title={Title for section{\recurselevel}}] \darkred\input knuth \par \darkblue\input ward \stopsection }
The problem aren't the section command but the vertical skips added before and after each section, you can reproduce the effect when you add \blank to your example.
\dorecurse{5}{ \blank \leftaligned{Title for section{\recurselevel}} \blank \darkred\input knuth \par \darkblue\input ward }
Wolfgang