>>From: Vaclav Smidl <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Re: Tables - general question
>>Date: Wed, 21 Jul 2004 11:48:31 +0000
>>
>>>
>>> >>> I do not know. Possibly you can use a minipage for that.
>>> >>
>>> >>Again, I'll have a look at this method as well.
>>>
>>> It works, see attached example.
>>> You need to set the column width if you want the minipage width be
>>> a % of the column, and to get a proper LyX layout: compare col 1 and 2.
>>
>>When you fix the column width, each cell is set as a \parbox, so there is no
>>need to use minipage. (see attachment) However, the resulting .ps is slightly
>>different (extra vspace at the end of the second cell)...
I don't see any \parbox in the latex export of the example, but
\begin{tabular}{|m{5cm}|m{5cm}|c|c|c|}
So this is *not* a way to create a \parbox without ERT.
In fact I began by patching a minipage by itself,
and the widthcontrol problem drove me to add a table columnwidth.
To conclude, it's not necessary to insert a minipage, unless you plan
to format things in a way only allowed by minipage environment.
--
Jean-Pierre