[NTG-context] image vertical positioning in xtable

2013-10-06 Thread Pablo Rodríguez
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
___
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
___


Re: [NTG-context] image vertical positioning in xtable

2013-10-06 Thread Peter Münster
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
___
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
___

Re: [NTG-context] image vertical positioning in xtable

2013-10-06 Thread Hans Hagen

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
-
___
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
___