[NTG-context] page ends with a section title followed by a table
Wolfgang Schuster
wolfgang.schuster.lists at gmail.com
Tue Nov 10 19:23:39 CET 2020
Sylvain Hubert schrieb am 10.11.2020 um 19:11:
> Weirdly enough, "\hskip 0pt" solves the problem.
>
> \setuphead[section][after={\blank[samepage]\hskip 0pt}]
> \starttext
> \showframe
> \dorecurse{50}{a }
> \startsection[title=spec]
> \startxtable
What happens when you \hskip is that you switch to horizontal
mode and the preferred to do this is to use \dontleavehmode.
\dontleavehmode
\startxtable
Wolfgang
More information about the ntg-context
mailing list