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

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

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> build_suppor

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 = >

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 fi