Hi I was trying to convince a friend to change from latex to lyx and tried running reLyX on one of her .tex-files. Running reLyX on the following (a much reduced example) produces a problem in the .lyx-file that's difficult to find...
\documentclass{article} \begin{document} \begin{table*}[!th] \begin{center} \caption{The table caption } \end{center} \end{table*} \end{document} in fact, you get five whole errors trying to view the DVI. Furthermore, I couldn't figure out how to get rid of the error from within LyX. In fact, copying the table float into another actually takes the error along, where I'm guessing that the error is the line: \align center that I can find in the .lyx-file. Anyway, is anyone doing anything with reLyX, and should I submit this to bugzilla? /Christian -- Christian Ridderström, +46-8-790 91 37 http://www.md.kth.se/~chr Mechatronics lab, Dept. of Machine Design http://www.md.kth.se
\documentclass{article} \begin{document} \begin{table*}[!th] \begin{center} \caption{The table caption } \end{center} \end{table*} \end{document}
#LyX 1.2 created this file. For more info see http://www.lyx.org/ \lyxformat 2.15 \textclass article \layout Standard \begin_float wide-tab \layout Caption \align center The table caption \end_float \the_end