Marco Pessotto <melmo...@gmail.com> writes:

> Probably due to my abuse of \writetolist, I noticed that inserting
> \writetolist right after \subject makes TeX to think that it can break
> the page there without problems.
>
> See the following minimal example:
>
> %===============cut here=============
>
> \definelist[myrandompart]
>
> \starttext
>
> \dorecurse{12}{
> \input reich 
> }
> \subject{\bf Wrong!}
> \writetolist[myrandompart]{It's a test}
>
> \input knuth
>
> \page
>
> \dorecurse{12}{
> \input reich 
> }
> \subject{\bf Correct!}
> %\writetolist[myrandompart]{It's a test}
>
> \input knuth
>
> %===============cut here=============
>
> I'm pretty sure the solution is out there.
> Some hints would be very welcome.
>
> Thanks in advance

To answer to my own question, it looks like that

\subject{\bf My title!}
\dontleavehmode
\writetolist[myrandompart]{}{It's a test}

works. The question if is this the right thing to do, still remains,
though

-- 
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