ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Clubpenalty / Windowspenalty
@ 2012-11-11 17:15 "H. Özoguz"
  2012-11-11 17:30 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: "H. Özoguz" @ 2012-11-11 17:15 UTC (permalink / raw)
  To: ntg-context

Hi there,

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

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Clubpenalty / Windowspenalty
  2012-11-11 17:15 Clubpenalty / Windowspenalty "H. Özoguz"
@ 2012-11-11 17:30 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2012-11-11 17:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 11.11.2012 um 18:15 schrieb H. Özoguz <h.oezoguz@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-11 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-11 17:15 Clubpenalty / Windowspenalty "H. Özoguz"
2012-11-11 17:30 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).