ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Top-aligned startcombination?
@ 2005-09-18 17:28 Giuseppe Bilotta
  2005-09-18 17:59 ` Giuseppe Bilotta
  0 siblings, 1 reply; 4+ messages in thread
From: Giuseppe Bilotta @ 2005-09-18 17:28 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Top-aligned startcombination?
  2005-09-18 17:28 Top-aligned startcombination? Giuseppe Bilotta
@ 2005-09-18 17:59 ` Giuseppe Bilotta
  2005-09-19  6:32   ` Wolfgang Zillig
  0 siblings, 1 reply; 4+ messages in thread
From: Giuseppe Bilotta @ 2005-09-18 17:59 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Top-aligned startcombination?
  2005-09-18 17:59 ` Giuseppe Bilotta
@ 2005-09-19  6:32   ` Wolfgang Zillig
  2005-09-19  7:28     ` Re[2]: " Giuseppe Bilotta
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Zillig @ 2005-09-19  6:32 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re[2]: Top-aligned startcombination?
  2005-09-19  6:32   ` Wolfgang Zillig
@ 2005-09-19  7:28     ` Giuseppe Bilotta
  0 siblings, 0 replies; 4+ messages in thread
From: Giuseppe Bilotta @ 2005-09-19  7:28 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-19  7:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-18 17:28 Top-aligned startcombination? Giuseppe Bilotta
2005-09-18 17:59 ` Giuseppe Bilotta
2005-09-19  6:32   ` Wolfgang Zillig
2005-09-19  7:28     ` Re[2]: " Giuseppe Bilotta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).