On Tue, Feb 13, 2001 at 02:30:49AM -0800, belahcene abdelkader wrote:
>
> reLyX -f 'reseau.tex'
> Unrecognized escape \d passed through at
> /usr/local/bin/../share/lyx/reLyX/reLyXmain.pl line
> 87.
This is very strange. If you're using RH7.0, I assume it has perl5.005 or
later, and reLyX has worked on everything from 5.002. However, this is
extremely minor, since it just affects how Usage is printed out. I think.
> Reading LaTeX command syntax
> (reseau.tex: Splitting Preamble
> Creating LyX preamble
> Cannot find layout file article.layout in dir(s) at
> /usr/local/bin/../share/lyx/reLyX/ReadCommands.pm line
> 267, <PREAMBLE> line 10.
> Compilation failed in require at /usr/local/bin/reLyX
> line 52, <PREAMBLE> line 10.
> Exited due to fatal Error!
So the problem here is that above, after the word "dir(s)" it was supposed
to list the directories where it's looking, which would include things like
~/.lyx/layouts and /usr/local/share/lyx/layouts.
One thing you could try would be to add a line like
print "System lydir is $main::lyxdir and personal is $main::dot_lyxdir\n";
around line 257 of ReadCommands.pm. That will at least tell us where reLyX
thinks it should be looking.
> The software is installed in /usr/local/lyx-1.1.6fix1
> on redhat 7.0
It may be that the unexpected directory is causing the confusion.
[other bug snipped since I only know about reLyX]
-Amir