on Thursday, February 23, 2006 11:24 AM - Uwe Stöhr schrieb :
Subject: Re: inserting image


Paul Schwartz schrieb:

I am trying to insert image inside one document:
- one small image of a button inside the document itself,
- one small image of the same button inside a table
...
display->PDF(pdflatex). I got five errors for each image.

To fix the problem, copy the attached file "latex.bat" to LyX's install
subdirectory "~\LyX\bin".
The problem is the babel pacakge when the document language is french,
see bug 2248:

http://bugzilla.lyx.org/show_bug.cgi?id=2248

This problem is fixed for with version 1.1 of the LyXWinInstaller.

http://wiki.lyx.org/Windows/LyXWinInstaller

regards Uwe



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


$ cat latex.bat
@echo off
set curdir=%CD:\=/%
sed -e "s?%curdir%/??g" %1 > %1.new
move %1.new %1
latex.exe %1


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

Thank you Uwe,

1)I copy the .bat file hoping that I do not pollute it. Will come back to you to confirm.

2) However, I am preoccupied because it seems that i downloaded the version 1.1 of the installer from the ftp server

Reference of the file: LyXWin137Complete-1-1.exe, 54 416 Kbytes, date (download) 17/02/06 23:50. So i am supposed to have the updated installer!

Regards

Paul

Reply via email to