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: Small problem with notes inserted into a tabular.

2004-12-15 Thread Stef
Le mardi 14 décembre 2004 à 16:15 +0100, Juergen Spitzmueller a écrit :
 Stef wrote:
 
  Hello,
  
  I'm encountering a small problem whlie inserting a note innto a
  tabular : the number appears but the note is never displayed.
  I've tried to move the note into the legend instead of into any 'case'
  without more success. The note itself inserted in the text is then
  displayed correctly.
  
  Is it known or a bug ?
 
 It's a LaTeX restriction. See:
 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab
 
 Regards,
 Jürgen

Thanks a lot for the link, i suspected it was a LaTeX feature ;-)
I'll use a workaround.

Stef

-- 
http://www.steletch.org
Fingerprint: 1E83 26EE A2F1 87E5 5865 4DBF F2B4 9083 F44C AE88
GPG key @ http://www.steletch.org/article.php3?id_article=13
Mandrakelinux release 10.1 (Official) @ http://www.mandrakesoft.com/
11:24:53 up 1 day, 2:41, 1 user, load average: 1.41, 1.04, 0.83




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: How to use METAPOST figures in LyX?

2004-12-15 Thread Karsten Heymann
Hello,

Angus Leeming [EMAIL PROTECTED] wrote:

 R S Ananda Murthy wrote:
 I want to use figures created in MetaPost in LyX. 

 You need to define a MetaPost format.
[...]
 You'll also need to define a converter from MetaPost to PNG (for the
 LyX screen) and from MetaPost to EPS (for Latex). 

Couldn't this be added to a future lyx release by default?

Yours,
Karsten


-- 
Karsten HeymannMail: [EMAIL PROTECTED] |
Kiel, GermanyJabber: [EMAIL PROTECTED] |


Re: How to use METAPOST figures in LyX?

2004-12-15 Thread Karsten Heymann
Hello Angus,

Angus Leeming [EMAIL PROTECTED] wrote:

 Karsten Heymann wrote:
  R S Ananda Murthy wrote:
  I want to use figures created in MetaPost in LyX.
  
  You need to define a MetaPost format.
  [...]
  You'll also need to define a converter from MetaPost to PNG (for
 the LyX screen) and from MetaPost to EPS (for Latex).
  
  Couldn't this be added to a future lyx release by default?
 
 Sure, but I don't use MetaPost myself so would prefer to see something
 that really works...

perfectly reasoable.
 
 If you get it working then throw your .lyx/preferences file this way
 and I'll add the test to the configure script.

At the moment I use neither lyx nor metapost, sorry. And I habe no time
atm to dwell into it.

Yours,
Karsten

-- 
Karsten HeymannMail: [EMAIL PROTECTED] |
Kiel, GermanyJabber: [EMAIL PROTECTED] |


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


How to change class?

2004-12-15 Thread Adinda Praditya
Dear list,...

A simple question, how can someone modify a class? Is there any URL or 
something?

Thanks,

Adinda Praditya


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: How to use METAPOST figures in LyX?

2004-12-15 Thread Angus Leeming
Karsten Heymann wrote:
 R S Ananda Murthy wrote:
 I want to use figures created in MetaPost in LyX.
 
 You need to define a MetaPost format.
 [...]
 You'll also need to define a converter from MetaPost to PNG (for the
 LyX screen) and from MetaPost to EPS (for Latex).
 
 Couldn't this be added to a future lyx release by default?

Sure, but I don't use MetaPost myself so would prefer to see something 
that really works...

If you get it working then throw your .lyx/preferences file this way and 
I'll add the test to the configure script.

-- 
Angus


relyx issue: got CLS, wants LAYOUT

2004-12-15 Thread Alessandro Magni
Hi people,
I need help in the addition and use of a new class.
A forthcoming conference just provided a package for us to write our 
papers. It contains:

hmm.cls
flushend.sty
hmm2005.tex
i.e. a class file, a style file, and an example file - so I guess (LyX 
made me lazy, so my understanding of the
Latex world of classes is a bit vague).

The problem: when importing hmm2005.tex, relyx says:
   reLyX directory is: /usr/local/share/lyx/reLyX
   reLyX, the LaTeX to LyX translator. Revision date 2003/01/20
   Reading LaTeX command syntax
   (hmm2005.tex: Splitting Preamble
   Creating LyX preamble
   Cannot find layout file hmm.layout in dir(s) /root/.lyx/layouts 
/usr/local/share/lyx/layouts at
   /usr/local/share/lyx/reLyX/ReadCommands.pm line 267, PREAMBLE line 12.
   Compilation failed in require at /usr/local/bin/reLyX line 76, 
PREAMBLE line 12.
   Exited due to fatal Error!

now: why do I need a hmm.layout, when I already have the cls file? I 
know for sure that hmm2005.tex compiles
correctly under latex, so it is a relyx issue...

thanks for any help...
Alessandro Magni

--
~~
\  Dr.Alessandro Magni
/   IEN Galileo Ferraris
\   Strada delle Cacce 91, 10135 Torino (ITALIA)
/   Email [EMAIL PROTECTED]
\   Fax 0039-011-3919 834
/   Tel 0039-011-3919 821 
\   URL http://www.ien.it/~magni
~~


Re: How to change class?

2004-12-15 Thread I Wayan Warmada

 A simple question, how can someone modify a class? Is there any URL or
 something?

Modifying a class partially is simply by using a renewcommand. But
for all part of class is better by making a new class (probably,
I have never done). Or by combining another special macros which can
be found in CTAN.

Best Regards,

Wayan

-- 
Dr. I Wayan Warmada
Dept. of Geological Engineering
Gadjah Mada University
Jl. Grafika No. 2 - Bulaksumur
Yogyakarta 55281 INDONESIA


LyX - DOC conversion

2004-12-15 Thread Peter Harkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I'm using Linux and looking to convert a LyX document to Microsoft doc
format (yes, perhaps a bit unholy) non-interactively.

It doesn't have to be especially beautiful, just work; and I don't mind
intermediate steps like PDF, PS, HTML, or ASCII that may lose formatting.
I've looked through the help, the Wiki, and tried Googling. I'd appreciate
any pointers or ideas.


- -- 
Peter Harkins - Experienced and skilled PHP developer looking for fulltime
work in Chicago. Visit http://malaprop.org/work for resume and portfolio.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: If you don't know what this is, it's OK to ignore it.

iD8DBQFBwS4za6PWv6+ALKoRAnLxAJ45911dum/Xns3dkYMu8DUAANRNYACfWcw/
7hSlYEoFO+lyDww/Hym3C+A=
=nlbe
-END PGP SIGNATURE-


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: Small problem with notes inserted into a tabular.

2004-12-15 Thread Stef
Le mardi 14 décembre 2004 à 16:15 +0100, Juergen Spitzmueller a écrit :
 Stef wrote:
 
  Hello,
  
  I'm encountering a small problem whlie inserting a note innto a
  tabular : the number appears but the note is never displayed.
  I've tried to move the note into the legend instead of into any 'case'
  without more success. The note itself inserted in the text is then
  displayed correctly.
  
  Is it known or a bug ?
 
 It's a LaTeX restriction. See:
 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab
 
 Regards,
 Jürgen

Thanks a lot for the link, i suspected it was a LaTeX feature ;-)
I'll use a workaround.

Stef

-- 
http://www.steletch.org
Fingerprint: 1E83 26EE A2F1 87E5 5865 4DBF F2B4 9083 F44C AE88
GPG key @ http://www.steletch.org/article.php3?id_article=13
Mandrakelinux release 10.1 (Official) @ http://www.mandrakesoft.com/
11:24:53 up 1 day, 2:41, 1 user, load average: 1.41, 1.04, 0.83




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: How to use METAPOST figures in LyX?

2004-12-15 Thread Karsten Heymann
Hello,

Angus Leeming [EMAIL PROTECTED] wrote:

 R S Ananda Murthy wrote:
 I want to use figures created in MetaPost in LyX. 

 You need to define a MetaPost format.
[...]
 You'll also need to define a converter from MetaPost to PNG (for the
 LyX screen) and from MetaPost to EPS (for Latex). 

Couldn't this be added to a future lyx release by default?

Yours,
Karsten


-- 
Karsten HeymannMail: [EMAIL PROTECTED] |
Kiel, GermanyJabber: [EMAIL PROTECTED] |


Re: How to use METAPOST figures in LyX?

2004-12-15 Thread Karsten Heymann
Hello Angus,

Angus Leeming [EMAIL PROTECTED] wrote:

 Karsten Heymann wrote:
  R S Ananda Murthy wrote:
  I want to use figures created in MetaPost in LyX.
  
  You need to define a MetaPost format.
  [...]
  You'll also need to define a converter from MetaPost to PNG (for
 the LyX screen) and from MetaPost to EPS (for Latex).
  
  Couldn't this be added to a future lyx release by default?
 
 Sure, but I don't use MetaPost myself so would prefer to see something
 that really works...

perfectly reasoable.
 
 If you get it working then throw your .lyx/preferences file this way
 and I'll add the test to the configure script.

At the moment I use neither lyx nor metapost, sorry. And I habe no time
atm to dwell into it.

Yours,
Karsten

-- 
Karsten HeymannMail: [EMAIL PROTECTED] |
Kiel, GermanyJabber: [EMAIL PROTECTED] |


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


How to change class?

2004-12-15 Thread Adinda Praditya
Dear list,...

A simple question, how can someone modify a class? Is there any URL or 
something?

Thanks,

Adinda Praditya


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: How to use METAPOST figures in LyX?

2004-12-15 Thread Angus Leeming
Karsten Heymann wrote:
 R S Ananda Murthy wrote:
 I want to use figures created in MetaPost in LyX.
 
 You need to define a MetaPost format.
 [...]
 You'll also need to define a converter from MetaPost to PNG (for the
 LyX screen) and from MetaPost to EPS (for Latex).
 
 Couldn't this be added to a future lyx release by default?

Sure, but I don't use MetaPost myself so would prefer to see something 
that really works...

If you get it working then throw your .lyx/preferences file this way and 
I'll add the test to the configure script.

-- 
Angus


relyx issue: got CLS, wants LAYOUT

2004-12-15 Thread Alessandro Magni
Hi people,
I need help in the addition and use of a new class.
A forthcoming conference just provided a package for us to write our 
papers. It contains:

hmm.cls
flushend.sty
hmm2005.tex
i.e. a class file, a style file, and an example file - so I guess (LyX 
made me lazy, so my understanding of the
Latex world of classes is a bit vague).

The problem: when importing hmm2005.tex, relyx says:
   reLyX directory is: /usr/local/share/lyx/reLyX
   reLyX, the LaTeX to LyX translator. Revision date 2003/01/20
   Reading LaTeX command syntax
   (hmm2005.tex: Splitting Preamble
   Creating LyX preamble
   Cannot find layout file hmm.layout in dir(s) /root/.lyx/layouts 
/usr/local/share/lyx/layouts at
   /usr/local/share/lyx/reLyX/ReadCommands.pm line 267, PREAMBLE line 12.
   Compilation failed in require at /usr/local/bin/reLyX line 76, 
PREAMBLE line 12.
   Exited due to fatal Error!

now: why do I need a hmm.layout, when I already have the cls file? I 
know for sure that hmm2005.tex compiles
correctly under latex, so it is a relyx issue...

thanks for any help...
Alessandro Magni

--
~~
\  Dr.Alessandro Magni
/   IEN Galileo Ferraris
\   Strada delle Cacce 91, 10135 Torino (ITALIA)
/   Email [EMAIL PROTECTED]
\   Fax 0039-011-3919 834
/   Tel 0039-011-3919 821 
\   URL http://www.ien.it/~magni
~~


Re: How to change class?

2004-12-15 Thread I Wayan Warmada

 A simple question, how can someone modify a class? Is there any URL or
 something?

Modifying a class partially is simply by using a renewcommand. But
for all part of class is better by making a new class (probably,
I have never done). Or by combining another special macros which can
be found in CTAN.

Best Regards,

Wayan

-- 
Dr. I Wayan Warmada
Dept. of Geological Engineering
Gadjah Mada University
Jl. Grafika No. 2 - Bulaksumur
Yogyakarta 55281 INDONESIA


LyX - DOC conversion

2004-12-15 Thread Peter Harkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I'm using Linux and looking to convert a LyX document to Microsoft doc
format (yes, perhaps a bit unholy) non-interactively.

It doesn't have to be especially beautiful, just work; and I don't mind
intermediate steps like PDF, PS, HTML, or ASCII that may lose formatting.
I've looked through the help, the Wiki, and tried Googling. I'd appreciate
any pointers or ideas.


- -- 
Peter Harkins - Experienced and skilled PHP developer looking for fulltime
work in Chicago. Visit http://malaprop.org/work for resume and portfolio.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: If you don't know what this is, it's OK to ignore it.

iD8DBQFBwS4za6PWv6+ALKoRAnLxAJ45911dum/Xns3dkYMu8DUAANRNYACfWcw/
7hSlYEoFO+lyDww/Hym3C+A=
=nlbe
-END PGP SIGNATURE-


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: Small problem with notes inserted into a tabular.

2004-12-15 Thread Stef
Le mardi 14 décembre 2004 à 16:15 +0100, Juergen Spitzmueller a écrit :
> Stef wrote:
> 
> > Hello,
> > 
> > I'm encountering a small problem whlie inserting a note innto a
> > tabular : the number appears but the note is never displayed.
> > I've tried to move the note into the legend instead of into any 'case'
> > without more success. The note itself inserted in the text is then
> > displayed correctly.
> > 
> > Is it known or a bug ?
> 
> It's a LaTeX "restriction". See:
> http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab
> 
> Regards,
> Jürgen

Thanks a lot for the link, i suspected it was a LaTeX "feature" ;-)
I'll use a workaround.

Stef

-- 
http://www.steletch.org
Fingerprint: 1E83 26EE A2F1 87E5 5865 4DBF F2B4 9083 F44C AE88
GPG key @ http://www.steletch.org/article.php3?id_article=13
Mandrakelinux release 10.1 (Official) @ http://www.mandrakesoft.com/
11:24:53 up 1 day, 2:41, 1 user, load average: 1.41, 1.04, 0.83




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: How to use METAPOST figures in LyX?

2004-12-15 Thread Karsten Heymann
Hello,

Angus Leeming <[EMAIL PROTECTED]> wrote:

> R S Ananda Murthy wrote:
>> I want to use figures created in MetaPost in LyX. 

> You need to define a MetaPost format.
[...]
> You'll also need to define a converter from MetaPost to PNG (for the
> LyX screen) and from MetaPost to EPS (for Latex). 

Couldn't this be added to a future lyx release by default?

Yours,
Karsten


-- 
Karsten HeymannMail: [EMAIL PROTECTED] |
Kiel, GermanyJabber: [EMAIL PROTECTED] |


Re: How to use METAPOST figures in LyX?

2004-12-15 Thread Karsten Heymann
Hello Angus,

Angus Leeming <[EMAIL PROTECTED]> wrote:

> Karsten Heymann wrote:
> >> R S Ananda Murthy wrote:
> >>> I want to use figures created in MetaPost in LyX.
> > 
> >> You need to define a MetaPost format.
> > [...]
> >> You'll also need to define a converter from MetaPost to PNG (for
> >the> LyX screen) and from MetaPost to EPS (for Latex).
> > 
> > Couldn't this be added to a future lyx release by default?
> 
> Sure, but I don't use MetaPost myself so would prefer to see something
> that really works...

perfectly reasoable.
 
> If you get it working then throw your .lyx/preferences file this way
> and I'll add the test to the configure script.

At the moment I use neither lyx nor metapost, sorry. And I habe no time
atm to dwell into it.

Yours,
Karsten

-- 
Karsten HeymannMail: [EMAIL PROTECTED] |
Kiel, GermanyJabber: [EMAIL PROTECTED] |


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


How to change class?

2004-12-15 Thread Adinda Praditya
Dear list,...

A simple question, how can someone modify a class? Is there any URL or 
something?

Thanks,

Adinda Praditya


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: How to use METAPOST figures in LyX?

2004-12-15 Thread Angus Leeming
Karsten Heymann wrote:
>> R S Ananda Murthy wrote:
>>> I want to use figures created in MetaPost in LyX.
> 
>> You need to define a MetaPost format.
> [...]
>> You'll also need to define a converter from MetaPost to PNG (for the
>> LyX screen) and from MetaPost to EPS (for Latex).
> 
> Couldn't this be added to a future lyx release by default?

Sure, but I don't use MetaPost myself so would prefer to see something 
that really works...

If you get it working then throw your .lyx/preferences file this way and 
I'll add the test to the configure script.

-- 
Angus


relyx issue: got CLS, wants LAYOUT

2004-12-15 Thread Alessandro Magni
Hi people,
I need help in the addition and use of a new class.
A forthcoming conference just provided a package for us to write our 
papers. It contains:

hmm.cls
flushend.sty
hmm2005.tex
i.e. a class file, a style file, and an example file - so I guess (LyX 
made me lazy, so my understanding of the
Latex world of classes is a bit vague).

The problem: when importing hmm2005.tex, relyx says:
   reLyX directory is: /usr/local/share/lyx/reLyX
   reLyX, the LaTeX to LyX translator. Revision date 2003/01/20
   Reading LaTeX command syntax
   (hmm2005.tex: Splitting Preamble
   Creating LyX preamble
   Cannot find layout file hmm.layout in dir(s) /root/.lyx/layouts 
/usr/local/share/lyx/layouts at
   /usr/local/share/lyx/reLyX/ReadCommands.pm line 267,  line 12.
   Compilation failed in require at /usr/local/bin/reLyX line 76, 
 line 12.
   Exited due to fatal Error!

now: why do I need a hmm.layout, when I already have the cls file? I 
know for sure that hmm2005.tex compiles
correctly under latex, so it is a relyx issue...

thanks for any help...
Alessandro Magni

--
~~
\  Dr.Alessandro Magni
/   IEN Galileo Ferraris
\   Strada delle Cacce 91, 10135 Torino (ITALIA)
/   Email [EMAIL PROTECTED]
\   Fax 0039-011-3919 834
/   Tel 0039-011-3919 821 
\   URL http://www.ien.it/~magni
~~


Re: How to change class?

2004-12-15 Thread I Wayan Warmada
>
> A simple question, how can someone modify a class? Is there any URL or
> something?

Modifying a class partially is simply by using a "renewcommand". But
for all part of class is better by making a new class (probably,
I have never done). Or by combining another special macros which can
be found in CTAN.

Best Regards,

Wayan

-- 
Dr. I Wayan Warmada
Dept. of Geological Engineering
Gadjah Mada University
Jl. Grafika No. 2 - Bulaksumur
Yogyakarta 55281 INDONESIA


LyX -> DOC conversion

2004-12-15 Thread Peter Harkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I'm using Linux and looking to convert a LyX document to Microsoft doc
format (yes, perhaps a bit unholy) non-interactively.

It doesn't have to be especially beautiful, just work; and I don't mind
intermediate steps like PDF, PS, HTML, or ASCII that may lose formatting.
I've looked through the help, the Wiki, and tried Googling. I'd appreciate
any pointers or ideas.


- -- 
Peter Harkins - Experienced and skilled PHP developer looking for fulltime
work in Chicago. Visit http://malaprop.org/work for resume and portfolio.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: If you don't know what this is, it's OK to ignore it.

iD8DBQFBwS4za6PWv6+ALKoRAnLxAJ45911dum/Xns3dkYMu8DUAANRNYACfWcw/
7hSlYEoFO+lyDww/Hym3C+A=
=nlbe
-END PGP SIGNATURE-