Am 11.11.2012 um 18:15 schrieb H. Özoguz <h.oezo...@mmnetz.de>:

> Hi there,
> 
> is there some equivalent to clubpenalty and windowpenalty? (Respecting 
> grid=yes)

\startsetups [grid] [mypenalties]

    \setdefaultpenalties

    \setpenalties\widowpenalties{3}{10000} % 3 == number of lines, 10000 == 
penalty between these 3 lines
    \setpenalties\clubpenalties {3}{10000}

\stopsetups

\setuplayout
  [grid=yes,
   setups= mypenalties]

\starttext
…
\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