On 29 janv. 09, at 09:09, Thomas A. Schmitz wrote:
On Jan 28, 2009, at 3:14 PM, Nicolas Luchier wrote:
Hello,
I searched the mailing archive but found nothing about my problem.
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.
Thank you.
Nicolas
As long as 2*2~=3, this will not be possible. I would do (pseudo-code, untested)
\startcombination[1*2]
\startcombination[2*1]
<figure 1>
<figure 2>
\stopcombination
<figure 3>
\stopcombination
Hi,
It is unfortunate that 2*2 does not equal 3, but the solution given by Thomas works…
\starttext
This is a combination of 3 figures on two lines
\placefigure{none}
{
\midaligned{
\startcombination[1*2]
{\startcombination[2*1]
{\externalfigure[cow.jpg][width=3cm]}{}
{\externalfigure[cow.jpg][width=3cm]}{}
\stopcombination}
{\externalfigure[cow.jpg][width=3cm]}{}
\stopcombination
}
}
\stoptext
Best regards: OK
___________________________________________________________________________________
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-contextwebpage :
http://www.pragma-ade.nl /
http://tex.aanhet.netarchive :
https://foundry.supelec.fr/projects/contextrev/wiki :
http://contextgarden.net___________________________________________________________________________________