Perhaps this exaple helps (fron cont-eni.pdf, p254). Here it is done with a test in a box, but should be possible with figures as well.

Wolfgang

\setupframed[width=.2\hsize,height=3cm,align=middle]
\startcombination[4]
{\framed[bottom=\vss,top=\vss]{just\\in the\\middle}}
{\type{top=\vss}\crlf\type{bottom=\vss}}
{\framed[bottom=\vss,top=] {just\\in the\\middle}}
{\type{top=} \crlf\type{bottom=\vss}}
{\framed[bottom=,top=\vss] {just\\in the\\middle}}
{\type{top=\vss}\crlf\type{top=}}
{\framed[bottom=,top=] {just\\in the\\middle}}
{\type{top=} \crlf\type{bottom=}}
\stopcombination

Giuseppe Bilotta schrieb:

Sunday, September 18, 2005 Giuseppe Bilotta wrote:

I have \start/\stopcombinations where the elements in a row
have different heights, and the combinations bottom-align
them. Is there a way to top-align them?

Ok, found that it's not possible to do it per-combination,
unless you define a new combination. Otherwise, it's only
possible to set it for all subsequent unnamed (default)
combinations by

\setupcombinations[location=top]


_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to