Re: [NTG-context] Combinations not working as expected

2020-12-01 Thread Hans Hagen

On 12/1/2020 9:02 AM, Christoph Reller wrote:

Dear list,

In the latest version 2020.11.28 13:18 of ConTeXt LMTX, combinations 
don't seem to work as expected. Example:


\starttext
\startcombination[2*1]
   {first}{a}
   {second}{b}
\stopcombination
\blank[big]
\startcombination[1*2]
   {first}{a}
   {second}{b}
\stopcombination
\stoptext

The output is
image.png
The layout argument [2*1] or [1*2] does not seem to have an effect and 
the caption placement for "b" is strange.

Am I doing something wrong?

fixed in next upload


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Combinations not working as expected

2020-12-01 Thread Christoph Reller
Dear list,

In the latest version 2020.11.28 13:18 of ConTeXt LMTX, combinations don't
seem to work as expected. Example:

\starttext
\startcombination[2*1]
  {first}{a}
  {second}{b}
\stopcombination
\blank[big]
\startcombination[1*2]
  {first}{a}
  {second}{b}
\stopcombination
\stoptext

The output is
[image: image.png]
The layout argument [2*1] or [1*2] does not seem to have an effect and the
caption placement for "b" is strange.
Am I doing something wrong?

Cheers,
Christoph
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___