Am 16.06.2013 um 09:46 schrieb Pablo Rodríguez <oi...@web.de>:

> Dear list,
> 
> I have a document that contains a long poem and although it contains the
> following code:
> 
> \setuplayout[setups=*lessstrict]
> \startsetups[*lessstrict]
>    \setup[reset]
>    \widowpenalty=10000
>    \clubpenalty=10000
>    \brokenpenalty=10000
> \stopsetups
> 
> I'm afraid that I get widow lines in the lines environment.
> 
> Is there no way to avoid orphans and widows in the lines environment?

1. Don’t use * in your setups names because names starting with an asterisk are 
system modes.

2. To load the defaults settings you have to use \setups[*reset] which needs 
the asterisks because it’s a system mode.

3. The settings doesn’t help because in the lines environment each line is a 
separate paragraph which makes \widowpenalty useless here.

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