I just installed LyX 1.2.0. Though I've only checked out a few of the
new features, it looks like the new release is a LOT BETTER. A big
"Thank you" goes to all the developers.
While compiling a document written on 1.1.6fix4 I found what appears to
be a bug. I've narrowed down the cause and it's related to ERT insets.
The following lines are the ones that are causing problems:
------------------------------------
\begin_inset ERT
collapsed false
\layout Standard
\latex latex
\backslash
frontmatter
\layout Standard
\latex latex
\backslash
pagenumbering{gobble}
\end_inset
------------------------------------
They were generated by typing "ert-insert" in the commands box and then
entering the latex commands in ERT. They compiled fine in 1.1.6fix4.
After opening the document with 1.2.0 and compiling it, the errors
included in the attatched image file. The problem is that each latex
command is in an inset of its own, so there are nested ERT insets (see
screenshot).
The problem is solved by cutting the ERT from the nested insets and
pasting it in the topmost inset (so there is no nesting). I haven't had
time to look at it much, but I suppose this could be solved with a
script or something.
BTW, is there any automated way of converting documents with minipages
to 1.2.0 format?
Regards,
Roberto
