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? -- Giuseppe "Oblomov" Bilotta
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] -- Giuseppe "Oblomov" Bilotta
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]
Monday, September 19, 2005 Wolfgang Zillig wrote:
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
I had tried putting a \vfill after the table, but it wasn't working ... Anyway, I'm thinking that in my case I probably need to define my own combination. -- Giuseppe "Oblomov" Bilotta
participants (2)
-
Giuseppe Bilotta
-
Wolfgang Zillig