7 Jan
2008
7 Jan
'08
11:52 a.m.
On Jan 6, 2008 10:50 PM, Mojca Miklavec
Hello,
I often have problems with page breaks in ConTeXt (section titles are often placed at the bottom of the page, but changing anything there might lead to strange side-effects), but perhaps this specific problem is solvable somehow:
\setuphead [section] [page=yes] \setuphead [subsection] [page=yes]
\starttext
\section{a} \input tufte
% I would expect a page break here without having to say \page \subsection{b} \input tufte
\stoptext
This is a feature in ConTeXt but you could disable it, \setuphead[section,subsection][page=yes,continue=no] Wolfgang