Paul Schwartz wrote:

Sorry again,

1) I tried with an English language file without changing the basic language of the document, i.e. remaining in French :it appears to be the same result.
I inserted three images, I got 15 errors. always trying to display PDF
(pdflatex)
Here is a copy of the prepared file.

2) I changed the language in format->document into "anglais" (English),
inserted two images then it works properly.

Note: when I insert a floating image then i have no problem

Have you an idea to bypass this problem and have French accentuation
available

Thanks

regards
Paul

------------------------------------------------------------------------


------------------------------------------------------------------------


Enrico's batch file (as modified below) should fix it for you. If not, as a workaround, if you export your document to LaTeX and then run pdflatex against it, you should get the right result; it's only View->PDF (pdflatex) that screws up (because the .tex file written to the temp directory has "mangled" file names that start with "C:/" (or whatever your drive letter is), and they apparently get misinterpreted by something (babel?).

Since you're using pdflatex, I think you will need to modify Enrico's batch file as follows. First, do not name it latex.bat; you could call it pdflatex.bat, but I recommend something like "mypdflatex.bat". Second, edit the last line to read "pdflatex.exe %1". Finally, inside LyX, go to Edit->Preferences->Converters, highlight the LaTeX->PDF (pdflatex) entry, change the Converter: line to read mypdflatex $$i, click Modify and then Save. Hopefully that will fix the problem.

/Paul




Reply via email to