19 Nov
2020
19 Nov
'20
4:07 p.m.
On Thu, 19 Nov 2020 16:53:52 +0100
Pablo Rodriguez
On 11/19/20 11:55 AM, Marco Patzer wrote:
Hi! [...] What's the reason the section head stays on the previous page when the “after” is used and how to fix this?
Hi Marco,
by default (according to strc-def.mkiv), \section has "after=\blank".
In some cases, I had used "after={”\blank[samepage, medium]}" to prevent similar issues.
In my actual document I already use \blank[halfline]. Changing this to \blank[halfline, samepage] fixes it. Thank you very much. Marco