6 Jan
2008
6 Jan
'08
11:08 p.m.
On Jan 6, 2008 10:50 PM, Mojca Miklavec wrote:
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
Hmmm ... Hans, you have answered two of my questions in the same sentence :) I have solved this by using before=\page instead of page=yes Thanks again for the magic answers :), Mojca