Vertical alignment in combinations
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 Please, see attachement BR, Vyatcheslav
Hi, You can use offsets: ... {\offset[y=2cm]{\externalfigure[scr-4-4][scale=7500]}{} Willi ... On 28 Mar 2010, at 16:34, Vyatcheslav Yatskovsky wrote:
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
Please, see attachement
BR, Vyatcheslav<2010-03-28_173245.png>____________________________________ _______________________________________________ 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 ______________________________________________________________________ _____________
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
participants (3)
-
Vyatcheslav Yatskovsky
-
Willi Egger
-
Wolfgang Schuster