On Thu, Oct 24, 2002 at 04:06:21PM +0200, I Wayan Warmada wrote: > is it possible to change the vertical size of the table cell? > like in this scheme: > > --------------- > A | > --------------- > B | > --------------- > > I want to make the vertical size of cell A is 1/2 of the vertical > size of B.
If you want to make the B cell taller than normal, add \rule{0pt}{4ex}
in LaTeX mode to that cell (4ex is just an example. The exact value can be
computed automatically if really needed).
