>>>>> "Vincent" == Vincent VAQUIN <[EMAIL PROTECTED]> writes:
Vincent> 1) LyX tells me, when I want to compile some documents :
Vincent> missing \begin{document} in messages boxes; Of course, when I
Vincent> edit the .tex file, the command is here !
Yes, but the error means there is some text before the
\begin{document} which should not be there. This comes in general from
an error in the preamble. Could you show us the proamble of your
document?
Vincent> 1.1) but some documents, without anything in preamble, work
Vincent> nicely.
Yes.
Vincent> 2) with some documents, which use, in latex preambule,
Vincent> \usepackage{french} or \usepackage[french]{babel} I have this
Vincent> message before my text when I view it in psviewer :
Vincent> Latex//bblopts.cfg Latex//frpatch.sty Latex//frpatch.sty
Vincent> Latex//french.cfg Blahblahblah...
I do not know where these messages come from... Probably the
dependency tracking code. BTW you can set language directly in
Layout->Document.
Note also that, when changing language package, you can have errors
due to the fact that your old .aux file contains commands not
understood by the new package.
JMarc