Enrico Forestieri wrote:
On Thu, Apr 13, 2006 at 03:34:12PM -0400, Paul A. Rubin wrote:
Well, the good news is that it no longer trips over a space. The bad
news is that I get the following output:
checking for a LaTeX -> LyX converter...
+checking for "tex2lyx"... no
+checking for "tex2lyx"... no
I have tex2lyx1.4.x.exe sitting in C:\Program Files\LyX141\bin\. (The
script is running from C:\Program Files\LyX141\Resources\ at a command
prompt.) Is this where the "or a ready-to-install one" in the comment
is supposed to kick in?
I think this is because the configure script should be called with
the --with-version-suffix=1.4.x option.
That did not work:
checking for a LaTeX -> LyX converter...
+checking for "tex2lyx"... no
+checking for "tex2lyx1.4.x"... no
I also think that you can
fix it by placing a tex2lyx.bat script in the
C:\Program Files\LyX141\bin folder.
--8<---tex2lyx.bat---8<--
@echo off
tex2lyx1.4.x.exe %*
exit
--8<--------8<-------8<--
I created this file and then ran sh configure (without the
--with-version-suffix option) and got:
checking for a LaTeX -> LyX converter...
+checking for "tex2lyx"... no
+checking for "tex2lyx"... no
Perhaps my machine is just being spiteful? :-)
/Paul