Do you know which LyX version would not create this error?
I will downgrade to that version as it used to work, but is not sure if
it is the immediate previous version.
Lyx was automatically updated with apt, so I lost track of when the
problem really started.
Georg Baum wrote:
Lv wrote:
Attached two files.
1) without-tables.lyx
2) with-table.lyx
The first (1) file produces dvi when compiled.
The second (2) is simply (1) but adding an empty 5x5 table to
"without-tables.lyx" using the tabletoolbar below the body text.
LyX then refuses to display the DVI and gives a lot of LaTeX errors.
Confirmed. Reason: The layout of the table cells is the default layout of
the text class. In the case of the letter class this layout produces a
\begin{letter}...\end{letter} for each cell.
Another reason to introduce an "empty" layout. IIRC we have discussed this
already, and there is a bugzilla entry, but I can't find it right now.
Georg