Enrico Forestieri wrote:

> The third problem is that the perl script reLyX is not detected by
> configure if the <LyXdir>/bin directory is not in the path. However, to
> actually use reLyX another wrapper batch file is needed:
> 
> $ cat reLyX.bat
> @echo off
> perl.exe "C:/Programmi/LyX/bin/reLyX" %1 %2 %3 %4 %5 %6 %7 %8 %9

Ok, this one is needed because the converter is defined as
\converter latex lyx "reLyX -f $$i" ""

For things to work out of the box, we'd need it to be:
\converter latex lyx "perl <path to>/reLyX -f $$i" ""

However, we don't have a placeholder to the LyX/bin directory. We could
copy reLyX back to the Resources/lyx/ReLyX folder on Windows and then
invoke it as:

\converter latex lyx "perl $$s/reLyX/reLyX -f $$i" ""

Hmmmmm. Jean-Marc, do you have any ideas on the best way to proceed here?

-- 
Angus

Reply via email to