Re: tex2lyx does not support the new package scheme

2005-01-31 Thread Angus Leeming
Angus Leeming wrote: Jose' Matos wrote: H. Any ideas on how best to tackle this? Add another argument for the relative depth, with 0 for lyx and 1 for tex2lyx? NormalizePath(AddPath(binary_dir, ../ * (depth + 1) + lib)); I am not sure how serious this is. ;-) Not bad

Re: tex2lyx does not support the new package scheme

2005-01-31 Thread Angus Leeming
Angus Leeming wrote: > Jose' Matos wrote: >>> H. Any ideas on how best to tackle this? >> >> Add another argument for the relative depth, with 0 for lyx and 1 for >> tex2lyx? >> >> NormalizePath(AddPath(binary_dir, "../" * (depth + 1) + "lib")); >> >> I am not sure how serious this

Re: tex2lyx does not support the new package scheme

2005-01-28 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus The scheme expects that the binary to be in the Angus top-build-dir/src directory, but tex2lyx is in the Angus top-build-dir/src/tex2lyx directory. See get_build_dirs: Angus string const binary_dir = OnlyPath(binary); string const Angus

Re: tex2lyx does not support the new package scheme

2005-01-28 Thread Angus Leeming
Jose' Matos wrote: H. Any ideas on how best to tackle this? Add another argument for the relative depth, with 0 for lyx and 1 for tex2lyx? NormalizePath(AddPath(binary_dir, ../ * (depth + 1) + lib)); I am not sure how serious this is. ;-) Not bad actually. Not bad at all. --

Re: tex2lyx does not support the new package scheme

2005-01-28 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The scheme expects that the binary to be in the Angus> /src directory, but tex2lyx is in the Angus> /src/tex2lyx directory. See get_build_dirs: Angus> string const binary_dir = OnlyPath(binary); string const Angus>

Re: tex2lyx does not support the new package scheme

2005-01-28 Thread Angus Leeming
Jose' Matos wrote: >> H. Any ideas on how best to tackle this? > > Add another argument for the relative depth, with 0 for lyx and 1 for > tex2lyx? > > NormalizePath(AddPath(binary_dir, "../" * (depth + 1) + "lib")); > > I am not sure how serious this is. ;-) Not bad actually. Not

tex2lyx does not support the new package scheme

2005-01-27 Thread Jose' Matos
Hi, when testing the latesttex2lyx I get this: $ ./tex2lyx ~/test.tex Unable to determine the system directory having searched /home/jamatos/lyx/lyx-devel/src/share/lyx-1.4.0cvs/ Try the '-sysdir' command line parameter or set the environment variable LYX_DIR_13x to the LyX

Re: tex2lyx does not support the new package scheme

2005-01-27 Thread Angus Leeming
Jose' Matos wrote: $ ./tex2lyx ~/test.tex Unable to determine the system directory having searched /home/jamatos/lyx/lyx-devel/src/share/lyx-1.4.0cvs/ Try the '-sysdir' command line parameter or set the environment variable LYX_DIR_13x to the LyX system directory containing the file

Re: tex2lyx does not support the new package scheme

2005-01-27 Thread Jose' Matos
On Thursday 27 January 2005 17:26, Angus Leeming wrote: A. The scheme expects that the binary to be in the top-build-dir/src directory, but tex2lyx is in the top-build-dir/src/tex2lyx directory. See get_build_dirs: string const binary_dir = OnlyPath(binary); string const

tex2lyx does not support the new package scheme

2005-01-27 Thread Jose' Matos
Hi, when testing the latesttex2lyx I get this: $ ./tex2lyx ~/test.tex Unable to determine the system directory having searched /home/jamatos/lyx/lyx-devel/src/share/lyx-1.4.0cvs/ Try the '-sysdir' command line parameter or set the environment variable LYX_DIR_13x to the LyX

Re: tex2lyx does not support the new package scheme

2005-01-27 Thread Angus Leeming
Jose' Matos wrote: > $ ./tex2lyx ~/test.tex > Unable to determine the system directory having searched > /home/jamatos/lyx/lyx-devel/src/share/lyx-1.4.0cvs/ > Try the '-sysdir' command line parameter or set the environment variable > LYX_DIR_13x to the LyX system directory containing the

Re: tex2lyx does not support the new package scheme

2005-01-27 Thread Jose' Matos
On Thursday 27 January 2005 17:26, Angus Leeming wrote: > > A. > > The scheme expects that the binary to be in the /src > directory, but tex2lyx is in the /src/tex2lyx directory. > See get_build_dirs: > > string const binary_dir = OnlyPath(binary); > string const build_support_dir = >