Re: [NTG-context] Columns and clubpenalty problem

2014-03-07 Thread Thomas Floeren

On 04.02.2014, at 14:52, Thomas Floeren t...@mac.com wrote:

 Hi,
 
 with the recent Betas, and the Current, I have a problem with columns and 
 clubpenalty. In the following minimal the long item (item 1) will introduce 
 a column break (instead of a simple line break):
 
 \def \defaultclubpenalty{\plustenthousand}
 
 \starttext
 \startitemize [columns]
 \item This is just a long line and should stay in the left column. 
 \dorecurse{10}{\item bla bla bla}
 \stopitemize
 \stoptext
 
 Older ConTeXt versions work as expected (no column break in item 1), for 
 example 
 Beta 2013.11.13 12:28 or Current 2013.05.28 00:36.
 
 

Thank you, Hans. It’s fine now, with the new Beta from today :-)


Best wishes
Thomas


ConTeXt 2014.03.07 11:42; LuaTeX beta-0.78.2 (TeX Live 2014/dev) (rev 4746)

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


Re: [NTG-context] Columns and clubpenalty problem

2014-02-28 Thread Thomas Floeren
 Hi all,
 
 I've the same problem, w/o solution.
 An alternative is a double line brake, but it's not a durable solution…
 
 Pierre Bovet
 
 Le 4 févr. 2014 à 14:52, Thomas Floeren t...@mac.com a écrit :
 

Sorry for bumping, but the bug is still there in the current Beta (2014.02.14 
17:07).

Or, is it not a bug, and I’m doing something wrong?
In that case any hint is appreciated.

Thank you
-- 
Thomas




On 17.02.2014, at 15:48, Pierre Bovet pierr...@me.com wrote:

 Hi all,
 
 I've the same problem, w/o solution.
 An alternative is a double line brake, but it's not a durable solution…
 
 Pierre Bovet
 
 Le 4 févr. 2014 à 14:52, Thomas Floeren t...@mac.com a écrit :
 
 Hi,
 
 with the recent Betas, and the Current, I have a problem with columns and 
 clubpenalty. In the following minimal the long item (item 1) will introduce 
 a column break (instead of a simple line break):
 
 \def \defaultclubpenalty{\plustenthousand}
 
 \starttext
 \startitemize [columns]
 \item This is just a long line and should stay in the left column. 
 \dorecurse{10}{\item bla bla bla}
 \stopitemize
 \stoptext
 
 Older ConTeXt versions work as expected (no column break in item 1), for 
 example 
 Beta 2013.11.13 12:28 or Current 2013.05.28 00:36.
 
 
 Thomas Floeren
 
 ___
 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
 ___
 
 ___
 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
 ___

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


Re: [NTG-context] Columns and clubpenalty problem

2014-02-17 Thread Pierre Bovet
Hi all,

I've the same problem, w/o solution.
An alternative is a double line brake, but it's not a durable solution…

Pierre Bovet

Le 4 févr. 2014 à 14:52, Thomas Floeren t...@mac.com a écrit :

 Hi,
 
 with the recent Betas, and the Current, I have a problem with columns and 
 clubpenalty. In the following minimal the long item (item 1) will introduce 
 a column break (instead of a simple line break):
 
 \def \defaultclubpenalty{\plustenthousand}
 
 \starttext
 \startitemize [columns]
 \item This is just a long line and should stay in the left column. 
 \dorecurse{10}{\item bla bla bla}
 \stopitemize
 \stoptext
 
 Older ConTeXt versions work as expected (no column break in item 1), for 
 example 
 Beta 2013.11.13 12:28 or Current 2013.05.28 00:36.
 
 
 Thomas Floeren
 
 ___
 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
 ___

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


[NTG-context] Columns and clubpenalty problem

2014-02-04 Thread Thomas Floeren
Hi,

with the recent Betas, and the Current, I have a problem with columns and 
clubpenalty. In the following minimal the long item (item 1) will introduce 
a column break (instead of a simple line break):

\def \defaultclubpenalty{\plustenthousand}

\starttext
\startitemize [columns]
\item This is just a long line and should stay in the left column. 
\dorecurse{10}{\item bla bla bla}
\stopitemize
\stoptext

Older ConTeXt versions work as expected (no column break in item 1), for 
example 
Beta 2013.11.13 12:28 or Current 2013.05.28 00:36.


Thomas Floeren

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