image vertical positioning in xtable
Dear list, I have the following sample that places the image below the text in the same cell: \starttext \startxtable \startxrow \startxcell This is an \stopxcell \startxcell image \externalfigure[cow.pdf][height=.5em] \stopxcell \stopxrow \stopxtable \stoptext How can the image be on the same base as the text? I mean, not below the text. Many thanks for your help, Pablo -- http://www.ousia.tk
On Sun, Oct 06 2013, Pablo Rodríguez wrote:
I have the following sample that places the image below the text in the same cell:
\startxcell image \externalfigure[cow.pdf][height=.5em] \stopxcell
Perhaps a bug? --8<---------------cut here---------------start------------->8--- \setupexternalfigures[location=default] \starttext X\externalfigure[cow.pdf][frame=on, height=5mm]X X\externalfigure[cow.pdf][frame=on, height=2mm]X \stoptext --8<---------------cut here---------------end--------------->8--- -- Peter
On 10/6/2013 10:51 AM, Peter Münster wrote:
On Sun, Oct 06 2013, Pablo Rodríguez wrote:
I have the following sample that places the image below the text in the same cell:
\startxcell image \externalfigure[cow.pdf][height=.5em] \stopxcell
Perhaps a bug?
--8<---------------cut here---------------start------------->8--- \setupexternalfigures[location=default] \starttext X\externalfigure[cow.pdf][frame=on, height=5mm]X X\externalfigure[cow.pdf][frame=on, height=2mm]X \stoptext --8<---------------cut here---------------end--------------->8--- indeed, fixed in next beta (side effect of optimization) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Pablo Rodríguez
-
Peter Münster