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