Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> I solved the problem privately with Laurent. As he said, compilation
> was not a problem. It turned out that, for some reason, his .lyx/
> directory contained corrupted files.
More precisely, not the download of LyX archive but TEXINPUT(S) is
not right in this case. I believe the following is more descriptive.
Regards,
SMiyata
--- layout.C.orig Tue May 19 19:15:28 1998
+++ layout.C Sat Oct 24 23:04:44 1998
@@ -1291,9 +1291,12 @@
}
}
- if (num_textclass == 0)
- return false;
- else {
+ if (num_textclass == 0) {
+ lyxerr.print("LyXTextClassList: No text class found!");
+ lyxerr.print("Please check your LaTeX installation.");
+ lyxerr.print(" Exiting.");
+ exit(1);
+ } else {
ToAr();
return true;
}