Henning Hraban Ramm
11. Februar 2018 um 16:00
Ahoi,
I configured my section titles to have a line of space (\blank[big]) before and after the title.
But if the section starts on a new page, the title should start in the first line.
I couldn’t find the right combination of \blank options...

\setuplayout[grid=yes]
\setuphead[section][
page=no,
style={\bf},
before={\testpage[4]\startlinecorrection\blank[medium,back]},
after={\blank[small,max]\stoplinecorrection},
]

\setuphead
  [...]
  [before={\testpage[5]\blank[...]\startlinecorrection},
   after={\stoplinecorrection\blank[...]}]

Wolfgang