On Thursday 29 January 2009 09:09:31 Thomas A. Schmitz wrote:
On Jan 28, 2009, at 3:14 PM, Nicolas Luchier wrote:
I have 3 figures to put into combination 2*2. The way it is handle it that the third figure is place below the first one, which is quite logical. I'd rather have it centered in the second row. Is there any mean to do this ? I didn't find a clue anywhere.
As long as 2*2~=3, this will not be possible. I would do (pseudo-code, untested)
\startcombination[1*2] \startcombination[2*1]
Tested: \starttext \startcombination[1*2] \startcombination[2*1] {1}{(1)} {2}{(2)} \stopcombination {3}{(3)} \stopcombination \startcombination[2*1] \startcombination[2*1] {1}{(1)} {2}{(2)} \stopcombination {3}{(3)} \stopcombination \stoptext The first appears to give a reasonable result, but the second gives exactly the same as the first. I do not believe that combinations can be recursive... Alan