Re: table float with caption at the bottom

2001-06-13 Thread Herbert Voss
Dekel Tsur wrote: > > > \newcommand\myTable{% > > \begin{tabular}{|c|c|}\hline > > a & b \\\hline > > c & d\\\hline > > \end{tabular}% > > } > > > > ... the float ... > > \caption{a very nice caption with a nice \protect\myTable} > > But with the current lyx code, it would be very hard to

Re: table float with caption at the bottom

2001-06-13 Thread Dekel Tsur
On Wed, Jun 13, 2001 at 10:24:28PM +0200, Herbert Voss wrote: > > You need to put \protect before fragile command (\begin, \end, \\, \hline) > > in moving argument. > > However, I just tried creating a tabular in a caption using ERT, and I still > > get errors due to \hline commands. Does anyone k

Re: table float with caption at the bottom

2001-06-13 Thread Herbert Voss
Dekel Tsur wrote: > > On Wed, Jun 13, 2001 at 09:31:35AM +0200, Juergen Vigna wrote: > > > > On 08-Jun-2001 Fernando Pérez wrote: > > > > > Great tip, and thanks! I was having the same problem and thought it was a > > > lyx 1.1.6 bug (knowing there are problems with tabular stuff). Now it > > >

Re: table float with caption at the bottom

2001-06-13 Thread Dekel Tsur
On Wed, Jun 13, 2001 at 09:31:35AM +0200, Juergen Vigna wrote: > > On 08-Jun-2001 Fernando Pérez wrote: > > > Great tip, and thanks! I was having the same problem and thought it was a > > lyx 1.1.6 bug (knowing there are problems with tabular stuff). Now it > > works. However, I still think it'

Re: table float with caption at the bottom

2001-06-13 Thread Juergen Vigna
On 08-Jun-2001 Fernando Pérez wrote: > Great tip, and thanks! I was having the same problem and thought it was a > lyx 1.1.6 bug (knowing there are problems with tabular stuff). Now it > works. However, I still think it's a "minibug", since its behavior is > inconsistent with that of Figures: i