On Tue, Jul 24, 2012 at 11:49 PM, Rogers, Michael K <mrog...@emory.edu>wrote:

>
> On Jul 24, 2012, at 5:45 PM, Peter Münster wrote:
>
> > Hi,
> >
> > How could I please align vertically the 2 table cells in the following
> > example:
> >
> > --8<---------------cut here---------------start------------->8---
> > \starttext
> > \bTABLE
> > \bTR \bTD 1 \eTD \bTD \framed{1 Über} \eTD \eTR
> > \eTABLE
> > \stoptext
> > --8<---------------cut here---------------end--------------->8---
> >
> > I've tried various combination with offset=0pt/overlay, strut=yes/no,
> > rulethickness=0pt, but without success...
> >
> > TIA for any help!
> > --
> >           Peter
>
> Try \inframed instead of \framed.  See
>
> http://wiki.contextgarden.net/Framed#Inline_Frames
>
> Michael
>
>
>

\starttext
\bTABLE
\bTR[offset=1ex] \bTD 1 \eTD \bTD \inframed{1 Über} \eTD \eTR
\eTABLE
\stoptext


\starttext
\bTABLE
\bTR \bTD \framed[frame=off]{1} \eTD \bTD \framed{1 Über} \eTD \eTR
\eTABLE
\stoptext


-- 
luigi
___________________________________________________________________________________
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