How do I control the vertical location of combinations?

I want output similar to

ABC
\framed[frame=no, location=top]}\startcombination[2]
  {\externalfigure[dummay][width=2cm]}{One}
  {\externalfigure[dummay][width=2cm]}{Two}
\stopcombination}
DEF

without having to explictly add a \frame.

Looking at pack-com, I tried

\useMPlibrary[dum]
\setupcombination[location=top]

\starttext
ABC
\startcombination[2]
  {\externalfigure[dummay][width=2cm]}{One}
  {\externalfigure[dummay][width=2cm]}{Two}
\stopcombination
DEF

ABC
\framed[frame=no, location=top]}\startcombination[2]
  {\externalfigure[dummay][width=2cm]}{One}
  {\externalfigure[dummay][width=2cm]}{Two}
\stopcombination}
DEF
\stoptext

but the combination is still aligned to the baseline of the caption.

Thanks,
Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to