28 Mar
2010
28 Mar
'10
6:50 p.m.
Am 28.03.10 16:34, schrieb Vyatcheslav Yatskovsky:
Hi,
Please, advise. I want two pictures to stand side-by side. The first picture has much smaller height. In result, the pictures are aligned by the bottom line. How to move the first figure up in the center or top (at least, manually)?
\startcombination[2*1] {\externalfigure[lily02.png]}{} {\externalfigure[scr-4-4.png][scale=750]}{} \stopcombination Make next time a working minimal example, i.e. add \starttext/\stoptext and use dummy figures or \framed ...
\starttext \setupcombinations[location=top] \startcombination[2*1] {\externalfigure[a][width=6cm,height=2cm]}{a} {\externalfigure[a][width=6cm,height=4cm]}{b} \stopcombination \stoptext Wolfgang