On 2011-06-07 Cecil Westerhof <cldwester...@gmail.com> wrote:

> I would like to have a subsection start on a new page. This can be done
> with: \setuphead[subsection][before={\page}]
> 
> But when I have had a section before the subsection instead of a
> subsection before the subsection, I do not want a new page.
> (Subsections I want to have divided, but the combo section/subsection
> not.) Is this possible?

Yes, it is:

\setuphead [subsection] [page=yes]
\starttext
\dorecurse{5}{%
\startsection [title=Sec]
\stopsection
\startsection [title=New Sec]
  \startsubsection [title=Sub Sec]
  \stopsubsection
  \startsubsection [title=New Sub Sec]
  \stopsubsection
\stopsection}
\stoptext

Marco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to