Hello dear LyX people,

When importing a latex file with a tabular nested in a table as in:

\documentclass{article}
\begin{document}
\begin{table}
\begin{tabular}{l}
    contents
\end{tabular}
\caption{caption}
\end{table}
\end{document}

LyX cannot compile the file. When exporting the resulting LyX file to Latex again, I 
receive (disregarding LyX-specific stuff):

\begin{document}
\begin{tabular}{l}
 contents \\
\end{tabular}
\caption{caption}
\end{document}

The outer table-float has disappeared. Since it is possible in LyX to make a 
construction like this, I assume this is a bug.

Hope you can solve it, Jos

-- 
ir. J. M. P. van den Oever
Laboratory of Physical Chemistry and Colloid Science
Wageningen University
http://www.fenk.wau.nl/~oever
Haagsteeg 3, 6708 PM Wageningen, The Netherlands
tel:    (31) 317 486778
fax:    (31) 317 483777

Reply via email to