Am 15.04.2013 um 19:34 schrieb "H. Özoguz" <h.oezo...@mmnetz.de>:

> Am 15.04.2013 19:03, schrieb ntg-context-requ...@ntg.nl:
>> Is there maybe another "trick" to deactivate gridsetting, analogical to
>> placeongrid, or tricks with tables, or so? I am experimenting here, too,
>> of course:)
>> 
>> Huseyin
> 
> Ok, maybe it is possible with a combination of \placeongrid and a command, 
> which forces page-break of the toc on specified titles, or lines. Is there a 
> pissibility to manually page-break the toc?

%\setuplayout[grid=yes]

\showgrid

\setuplist[chapter][style=\tfb]
\setuplist[section][style=\tfa]

\starttext

\setuplayout[grid=no]

\completecontent

\page

\setuplayout[grid=yes]

\dorecurse{10}
  {\chapter{Chapter #1}
   \dorecurse{10}
     {\section{Section #1.##1}
      \input ward\par}}

\stoptext

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