Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jose' Matos
On Wednesday 15 December 2004 00:10, Antoine Marmignon wrote:
 I'm trying to use mp3tolatex
 (http://www-ipg.umds.ac.uk/t.hartkens/ftp/mp3tolatex/)
 to produce lyx files. I have created the lyx layout file, moved it to the
 appropriate dir and reconfigured lyx, but lyx doesn't seem to like the
 files produced with mp3tolatex (Invalid lyx file error).

  I found the problem. I had to modify the source code to make it compile 
with gcc 3.4, if you want to I can send you the whole patch. :-)

  The easy fix is to go to textconst.h and modify line 542, where it has:

const char *LyxIntro=
#This file was created by mp3tolatex Tue Jul 18 21:47:20 2000

  remove that newline so that it becomes:
const char *LyxIntro=#This file was created by mp3tolatex...

 Does anyone have the same problem or maybe a solution ?

  Jean-Marc, is it worth to change lyx2lyx to cope with this behaviour? The 
problem here is the new line at the begin of file.

 Thanks in advance.

-- 
José Abílio


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jean-Marc Lasgouttes
 Jose' == Jose' Matos [EMAIL PROTECTED] writes:

Jose'   Jean-Marc, is it worth to change lyx2lyx to cope with this
Jose' behaviour? The problem here is the new line at the begin of
Jose' file.

I don't know, since mp32latex does not seem to be maintained anymore.
You might want to send a small message to the author to see whether he
is willing to fix it...

JMarc


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jose' Matos
On Wednesday 15 December 2004 10:27, Jean-Marc Lasgouttes wrote:
  Jose' == Jose' Matos [EMAIL PROTECTED] writes:

 Jose'   Jean-Marc, is it worth to change lyx2lyx to cope with this
 Jose' behaviour? The problem here is the new line at the begin of
 Jose' file.

 I don't know, since mp32latex does not seem to be maintained anymore.
 You might want to send a small message to the author to see whether he
 is willing to fix it...

  I have done that already. :-)

  He answered in a positive way. :-) The author will release a new version 
with all the issues fixed soon.

 JMarc

-- 
José Abílio


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jean-Marc Lasgouttes
 Antoine == Antoine Marmignon [EMAIL PROTECTED] writes:

Antoine I'm trying to use mp3tolatex
Antoine (http://www-ipg.umds.ac.uk/t.hartkens/ftp/mp3tolatex/) to
Antoine produce lyx files. I have created the lyx layout file, moved
Antoine it to the appropriate dir and reconfigured lyx, but lyx
Antoine doesn't seem to like the files produced with mp3tolatex
Antoine (Invalid lyx file error).

Antoine Does anyone have the same problem or maybe a solution ?
Antoine Thanks in advance.

I guess you should send us an example .lyx file produced by
mp3tolatex.

JMarc


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jose' Matos
On Wednesday 15 December 2004 00:10, Antoine Marmignon wrote:
 I'm trying to use mp3tolatex
 (http://www-ipg.umds.ac.uk/t.hartkens/ftp/mp3tolatex/)
 to produce lyx files. I have created the lyx layout file, moved it to the
 appropriate dir and reconfigured lyx, but lyx doesn't seem to like the
 files produced with mp3tolatex (Invalid lyx file error).

  Could you send me an example of lyx file?

  I am unable to compile the code with gcc 3.4, because textconst.h uses 
multi-line strings that are not supported anymore.

  I suspect that lyx2lyx is getting in its way.

 Does anyone have the same problem or maybe a solution ?
 Thanks in advance.

-- 
José Abílio


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Antoine Marmignon
* Jose' Matos [EMAIL PROTECTED] [2004-12-15 09:38 +]:

   I found the problem. I had to modify the source code to make it compile 
 with gcc 3.4, if you want to I can send you the whole patch. :-)

It would be very kind of you.

   The easy fix is to go to textconst.h and modify line 542, where it has:

 const char *LyxIntro=
 #This file was created by mp3tolatex Tue Jul 18 21:47:20 2000

   remove that newline so that it becomes:
 const char *LyxIntro=#This file was created by mp3tolatex...

Thank you very much and excuse me for being late at responding (was at work
this morning).

-- 
Antoine Marmignon


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jean-Marc Lasgouttes
 Jose' == Jose' Matos [EMAIL PROTECTED] writes:

Jose'   I have done that already. :-)

Jose'   He answered in a positive way. :-) The author will release a
Jose' new version with all the issues fixed soon.

Very good. Less work for us.

I do not think we should adapt our format to broken programs.

JMarc


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jose' Matos
On Wednesday 15 December 2004 00:10, Antoine Marmignon wrote:
 I'm trying to use mp3tolatex
 (http://www-ipg.umds.ac.uk/t.hartkens/ftp/mp3tolatex/)
 to produce lyx files. I have created the lyx layout file, moved it to the
 appropriate dir and reconfigured lyx, but lyx doesn't seem to like the
 files produced with mp3tolatex (Invalid lyx file error).

  I found the problem. I had to modify the source code to make it compile 
with gcc 3.4, if you want to I can send you the whole patch. :-)

  The easy fix is to go to textconst.h and modify line 542, where it has:

const char *LyxIntro=
#This file was created by mp3tolatex Tue Jul 18 21:47:20 2000

  remove that newline so that it becomes:
const char *LyxIntro=#This file was created by mp3tolatex...

 Does anyone have the same problem or maybe a solution ?

  Jean-Marc, is it worth to change lyx2lyx to cope with this behaviour? The 
problem here is the new line at the begin of file.

 Thanks in advance.

-- 
José Abílio


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jean-Marc Lasgouttes
 Jose' == Jose' Matos [EMAIL PROTECTED] writes:

Jose'   Jean-Marc, is it worth to change lyx2lyx to cope with this
Jose' behaviour? The problem here is the new line at the begin of
Jose' file.

I don't know, since mp32latex does not seem to be maintained anymore.
You might want to send a small message to the author to see whether he
is willing to fix it...

JMarc


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jose' Matos
On Wednesday 15 December 2004 10:27, Jean-Marc Lasgouttes wrote:
  Jose' == Jose' Matos [EMAIL PROTECTED] writes:

 Jose'   Jean-Marc, is it worth to change lyx2lyx to cope with this
 Jose' behaviour? The problem here is the new line at the begin of
 Jose' file.

 I don't know, since mp32latex does not seem to be maintained anymore.
 You might want to send a small message to the author to see whether he
 is willing to fix it...

  I have done that already. :-)

  He answered in a positive way. :-) The author will release a new version 
with all the issues fixed soon.

 JMarc

-- 
José Abílio


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jean-Marc Lasgouttes
 Antoine == Antoine Marmignon [EMAIL PROTECTED] writes:

Antoine I'm trying to use mp3tolatex
Antoine (http://www-ipg.umds.ac.uk/t.hartkens/ftp/mp3tolatex/) to
Antoine produce lyx files. I have created the lyx layout file, moved
Antoine it to the appropriate dir and reconfigured lyx, but lyx
Antoine doesn't seem to like the files produced with mp3tolatex
Antoine (Invalid lyx file error).

Antoine Does anyone have the same problem or maybe a solution ?
Antoine Thanks in advance.

I guess you should send us an example .lyx file produced by
mp3tolatex.

JMarc


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jose' Matos
On Wednesday 15 December 2004 00:10, Antoine Marmignon wrote:
 I'm trying to use mp3tolatex
 (http://www-ipg.umds.ac.uk/t.hartkens/ftp/mp3tolatex/)
 to produce lyx files. I have created the lyx layout file, moved it to the
 appropriate dir and reconfigured lyx, but lyx doesn't seem to like the
 files produced with mp3tolatex (Invalid lyx file error).

  Could you send me an example of lyx file?

  I am unable to compile the code with gcc 3.4, because textconst.h uses 
multi-line strings that are not supported anymore.

  I suspect that lyx2lyx is getting in its way.

 Does anyone have the same problem or maybe a solution ?
 Thanks in advance.

-- 
José Abílio


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Antoine Marmignon
* Jose' Matos [EMAIL PROTECTED] [2004-12-15 09:38 +]:

   I found the problem. I had to modify the source code to make it compile 
 with gcc 3.4, if you want to I can send you the whole patch. :-)

It would be very kind of you.

   The easy fix is to go to textconst.h and modify line 542, where it has:

 const char *LyxIntro=
 #This file was created by mp3tolatex Tue Jul 18 21:47:20 2000

   remove that newline so that it becomes:
 const char *LyxIntro=#This file was created by mp3tolatex...

Thank you very much and excuse me for being late at responding (was at work
this morning).

-- 
Antoine Marmignon


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jean-Marc Lasgouttes
 Jose' == Jose' Matos [EMAIL PROTECTED] writes:

Jose'   I have done that already. :-)

Jose'   He answered in a positive way. :-) The author will release a
Jose' new version with all the issues fixed soon.

Very good. Less work for us.

I do not think we should adapt our format to broken programs.

JMarc


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jose' Matos
On Wednesday 15 December 2004 00:10, Antoine Marmignon wrote:
> I'm trying to use mp3tolatex
> (http://www-ipg.umds.ac.uk/t.hartkens/ftp/mp3tolatex/)
> to produce lyx files. I have created the lyx layout file, moved it to the
> appropriate dir and reconfigured lyx, but lyx doesn't seem to like the
> files produced with mp3tolatex ("Invalid lyx file" error).

  I found the problem. I had to modify the source code to make it compile 
with gcc 3.4, if you want to I can send you the whole patch. :-)

  The easy fix is to go to textconst.h and modify line 542, where it has:

const char *LyxIntro="
#This file was created by  Tue Jul 18 21:47:20 2000

  remove that newline so that it becomes:
const char *LyxIntro="#This file was created by ...

> Does anyone have the same problem or maybe a solution ?

  Jean-Marc, is it worth to change lyx2lyx to cope with this behaviour? The 
problem here is the new line at the begin of file.

> Thanks in advance.

-- 
José Abílio


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes:

Jose'>   Jean-Marc, is it worth to change lyx2lyx to cope with this
Jose'> behaviour? The problem here is the new line at the begin of
Jose'> file.

I don't know, since mp32latex does not seem to be maintained anymore.
You might want to send a small message to the author to see whether he
is willing to fix it...

JMarc


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jose' Matos
On Wednesday 15 December 2004 10:27, Jean-Marc Lasgouttes wrote:
> > "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes:
>
> Jose'>   Jean-Marc, is it worth to change lyx2lyx to cope with this
> Jose'> behaviour? The problem here is the new line at the begin of
> Jose'> file.
>
> I don't know, since mp32latex does not seem to be maintained anymore.
> You might want to send a small message to the author to see whether he
> is willing to fix it...

  I have done that already. :-)

  He answered in a positive way. :-) The author will release a new version 
with all the issues fixed soon.

> JMarc

-- 
José Abílio


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jean-Marc Lasgouttes
> "Antoine" == Antoine Marmignon <[EMAIL PROTECTED]> writes:

Antoine> I'm trying to use mp3tolatex
Antoine> (http://www-ipg.umds.ac.uk/t.hartkens/ftp/mp3tolatex/) to
Antoine> produce lyx files. I have created the lyx layout file, moved
Antoine> it to the appropriate dir and reconfigured lyx, but lyx
Antoine> doesn't seem to like the files produced with mp3tolatex
Antoine> ("Invalid lyx file" error).

Antoine> Does anyone have the same problem or maybe a solution ?
Antoine> Thanks in advance.

I guess you should send us an example .lyx file produced by
mp3tolatex.

JMarc


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jose' Matos
On Wednesday 15 December 2004 00:10, Antoine Marmignon wrote:
> I'm trying to use mp3tolatex
> (http://www-ipg.umds.ac.uk/t.hartkens/ftp/mp3tolatex/)
> to produce lyx files. I have created the lyx layout file, moved it to the
> appropriate dir and reconfigured lyx, but lyx doesn't seem to like the
> files produced with mp3tolatex ("Invalid lyx file" error).

  Could you send me an example of lyx file?

  I am unable to compile the code with gcc 3.4, because textconst.h uses 
multi-line strings that are not supported anymore.

  I suspect that lyx2lyx is getting in its way.

> Does anyone have the same problem or maybe a solution ?
> Thanks in advance.

-- 
José Abílio


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Antoine Marmignon
* Jose' Matos <[EMAIL PROTECTED]> [2004-12-15 09:38 +]:

>   I found the problem. I had to modify the source code to make it compile 
> with gcc 3.4, if you want to I can send you the whole patch. :-)

It would be very kind of you.

>   The easy fix is to go to textconst.h and modify line 542, where it has:

> const char *LyxIntro="
> #This file was created by  Tue Jul 18 21:47:20 2000

>   remove that newline so that it becomes:
> const char *LyxIntro="#This file was created by ...

Thank you very much and excuse me for being late at responding (was at work
this morning).

-- 
Antoine Marmignon


Re: mp3tolatex and lyx-1.3.5

2004-12-15 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes:

Jose'>   I have done that already. :-)

Jose'>   He answered in a positive way. :-) The author will release a
Jose'> new version with all the issues fixed soon.

Very good. Less work for us.

I do not think we should adapt our format to broken programs.

JMarc