Joerg Hau wrote:

> Dear All,
> 
> I have a problem with an "old" LyX file (created with LyX 1.1.x; it says
> "\lyxformat 218") that generates lots of error messages.
> 
> To reproduce:
> (1) Download and unpack
>
<http://homepage.sunrise.ch/mysunrise/joerg.hau/sci/msgraph/dnload/msgraph21.src.zip>.
> 
> (2) Open doc/msgman21.lyx (it includes a bunch of graphics) in LyX 1.3.5
> 
> (3) Select any View; you will run into an error message saying "There
> were errors during the LaTex run. 74 errors detected." As usual, the
> individual error messages are more cryptic than helpful :-(

You can't insert a graphic in a list item. Looking at the original, you had
that wrong there too, so you just got lucky. All that has happened is that
LyX has got better at spotting errors in the LaTeX log file.

To fix your document, I changed all those list items containing graphics,
so:

<list>
item
  <graphic>
  text
</list>

to

<list>
item
</list>
<standard>
  <indent 1>
    graphic
    text
  </indent>
<standard>
<list>
item
</list>

Ie, I used the environment drop down on the toolbar to reset the paragraph
to 'standard' and then used Layout->Increase Environment Depth menu item
(short cut Alt-p right arrow) to indent the text correctly. 

I've put the working file here (33kB):
http://www.devel.lyx.org/~leeming/msgman21_135_new.lyx.zip

Tell me when you've got it and I'll remove it. Hope this helps.

-- 
Angus

Reply via email to