Using the continue=no option of setuphead (in MKIV) didn't seem to work (not
sure why). What I did as a workaround was to a blank paragraph after each
heading (using 'after' in setuphead) and then packed the result. Not
necessarily an ideal solution, but adequate for what I needed.

\definehead[references][subsection]
\setuphead[references][after={ ~ }]

\startpacked   % Get rid of large gaps between the references.
\dorecurse{10}{\references{Reference item}}
\stoppacked

-Lance


Am 01.05.2013 um 18:03 schrieb Lance Larsen <lance.c.larsen at gmail.com>:

> It looks like the 'after' property of \setuphead can be used to override
the
> 'keep with next' behavior of the headings.

No, you need the continue key to disable this feature.

\setuphead[section][continue=no]

Wolfgang

___________________________________________________________________________________
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