Amir Karger <[EMAIL PROTECTED]> writes:
| On Tue, Nov 23, 1999 at 04:45:12PM +0100, Lars Gullik Bjønnes wrote:
| > Amir Karger <[EMAIL PROTECTED]> writes:
| >
| > | Hm. I may have found a bug, but if so it's much more rare than what you're
| > | saying. When I use exactly the file shown above, then if I try to reexport
| > | as TeX I get a core dump. However, as long as there's any text at all (e.g.
| > | the word "hi") before the table, it works just fine, and it includes the
| > | table float. And exporting as LaTeX works fine. Is it possible you had an
| > | old version of LyX?
| >
| > What about text directly after and none before?
|
| That would break too. The problem is that no \layout Standard was being
| written before the table. Not to pass the buck, but that seems sort of like
| a LyX bug to me. I mean, figure floats don't usually require a \layout
| Standard before them, right?
Actually I think LyX require the \layout. You can try to make a
minimal document that contains just a tabular and nothing more.
\layout xxx
really is more equiv to
\begin{paragraph}
\end{paragraph}
(that is not latex)
And _everything_ has to be in a paragraph.
Or am I wrong?
Lgb