Re: LyX and Mathematica

2005-11-18 Thread Georg Baum
Andrzej Tomaszewski wrote:

 Hi All!
 
 I am asking a question on the list because I could not find anywhere any
 information about integrating LyX and Mathematica.
 
 I am using W2K OS, LyX 1.3.6-1 and Mathematica 4.1. What exactly have I to
 do in order to be able to use (math-extern mathematica) function?
 Script configure does not have an entry for Mathematica, however I have
 tried adding a path to Mathematica binaries to the LyX paths...
 Unfortunately nothing happens...

The reason is that the mathematica interface is only halfway implemented. So
unless you finish the implementation it will not work. :-(


Georg



RE: LyX and Mathematica

2005-11-18 Thread Andrzej Tomaszewski
Does it mean LyX menu entry does nothing at all, or that it's  
functionality is (very) limited?
If the first is true, what about Maxima support? In the configure script  
I have found only the entries for Octave and Maple - Maple is a bit too  
expensive, and Octave is primarily numeric system...


Best regards,
--
Andrzej Tomaszewski


RE: LyX and Mathematica

2005-11-18 Thread Georg Baum
Andrzej Tomaszewski wrote:

 Does it mean LyX menu entry does nothing at all, or that it's
 functionality is (very) limited?

AFAIK it does nothing at all.

 If the first is true, what about Maxima support?

That should work.

 In the configure script 
 I have found only the entries for Octave and Maple - Maple is a bit too
 expensive, and Octave is primarily numeric system...

The entries in the configure script are not used. See
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/mathed/math_extern.C?rev=1.47.2.1only_with_tag=BRANCH_1_3_Xcontent-type=text/vnd.viewcvs-markup
(function pipeThroughExtern) if you want to know more about the integration
of external mathematical programs with LyX.
I guess that it is not too difficult to finish the mathematica support if
you have a compiler and know a bit C++.


Georg



RE: LyX and Mathematica

2005-11-18 Thread Andrzej Tomaszewski

Thank you, Georg, for your information!

I'm afraid my general programming languages education ended on Pascal,  
later I primarily used program specific languages as Mathematica or Stata.  
Well, at least I can see what is missing for Mathematica to work... Maybe  
after finishing my PhD I will look into it more thoroughly, but for now I  
will end up installing Maxima.


Best regards,
--
Andrzej Tomaszewski


Re: LyX and Mathematica

2005-11-18 Thread Georg Baum
Andrzej Tomaszewski wrote:

 Hi All!
 
 I am asking a question on the list because I could not find anywhere any
 information about integrating LyX and Mathematica.
 
 I am using W2K OS, LyX 1.3.6-1 and Mathematica 4.1. What exactly have I to
 do in order to be able to use (math-extern mathematica) function?
 Script configure does not have an entry for Mathematica, however I have
 tried adding a path to Mathematica binaries to the LyX paths...
 Unfortunately nothing happens...

The reason is that the mathematica interface is only halfway implemented. So
unless you finish the implementation it will not work. :-(


Georg



RE: LyX and Mathematica

2005-11-18 Thread Andrzej Tomaszewski
Does it mean LyX menu entry does nothing at all, or that it's  
functionality is (very) limited?
If the first is true, what about Maxima support? In the configure script  
I have found only the entries for Octave and Maple - Maple is a bit too  
expensive, and Octave is primarily numeric system...


Best regards,
--
Andrzej Tomaszewski


RE: LyX and Mathematica

2005-11-18 Thread Georg Baum
Andrzej Tomaszewski wrote:

 Does it mean LyX menu entry does nothing at all, or that it's
 functionality is (very) limited?

AFAIK it does nothing at all.

 If the first is true, what about Maxima support?

That should work.

 In the configure script 
 I have found only the entries for Octave and Maple - Maple is a bit too
 expensive, and Octave is primarily numeric system...

The entries in the configure script are not used. See
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/mathed/math_extern.C?rev=1.47.2.1only_with_tag=BRANCH_1_3_Xcontent-type=text/vnd.viewcvs-markup
(function pipeThroughExtern) if you want to know more about the integration
of external mathematical programs with LyX.
I guess that it is not too difficult to finish the mathematica support if
you have a compiler and know a bit C++.


Georg



RE: LyX and Mathematica

2005-11-18 Thread Andrzej Tomaszewski

Thank you, Georg, for your information!

I'm afraid my general programming languages education ended on Pascal,  
later I primarily used program specific languages as Mathematica or Stata.  
Well, at least I can see what is missing for Mathematica to work... Maybe  
after finishing my PhD I will look into it more thoroughly, but for now I  
will end up installing Maxima.


Best regards,
--
Andrzej Tomaszewski


Re: LyX and Mathematica

2005-11-18 Thread Georg Baum
Andrzej Tomaszewski wrote:

> Hi All!
> 
> I am asking a question on the list because I could not find anywhere any
> information about integrating LyX and Mathematica.
> 
> I am using W2K OS, LyX 1.3.6-1 and Mathematica 4.1. What exactly have I to
> do in order to be able to use (math-extern mathematica) function?
> Script "configure" does not have an entry for Mathematica, however I have
> tried adding a path to Mathematica binaries to the LyX paths...
> Unfortunately nothing happens...

The reason is that the mathematica interface is only halfway implemented. So
unless you finish the implementation it will not work. :-(


Georg



RE: LyX and Mathematica

2005-11-18 Thread Andrzej Tomaszewski
Does it mean LyX menu entry does nothing at all, or that it's  
functionality is (very) limited?
If the first is true, what about Maxima support? In the "configure" script  
I have found only the entries for Octave and Maple - Maple is "a bit" too  
expensive, and Octave is primarily numeric system...


Best regards,
--
Andrzej Tomaszewski


RE: LyX and Mathematica

2005-11-18 Thread Georg Baum
Andrzej Tomaszewski wrote:

> Does it mean LyX menu entry does nothing at all, or that it's
> functionality is (very) limited?

AFAIK it does nothing at all.

> If the first is true, what about Maxima support?

That should work.

> In the "configure" script 
> I have found only the entries for Octave and Maple - Maple is "a bit" too
> expensive, and Octave is primarily numeric system...

The entries in the configure script are not used. See
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/mathed/math_extern.C?rev=1.47.2.1_with_tag=BRANCH_1_3_X=text/vnd.viewcvs-markup
(function pipeThroughExtern) if you want to know more about the integration
of external mathematical programs with LyX.
I guess that it is not too difficult to finish the mathematica support if
you have a compiler and know a bit C++.


Georg



RE: LyX and Mathematica

2005-11-18 Thread Andrzej Tomaszewski

Thank you, Georg, for your information!

I'm afraid my general programming languages education ended on Pascal,  
later I primarily used program specific languages as Mathematica or Stata.  
Well, at least I can see what is missing for Mathematica to work... Maybe  
after finishing my PhD I will look into it more thoroughly, but for now I  
will end up installing Maxima.


Best regards,
--
Andrzej Tomaszewski


LyX and Mathematica

2005-11-17 Thread Andrzej Tomaszewski

Hi All!

I am asking a question on the list because I could not find anywhere any
information about integrating LyX and Mathematica.

I am using W2K OS, LyX 1.3.6-1 and Mathematica 4.1. What exactly have I to
do in order to be able to use (math-extern mathematica) function?
Script configure does not have an entry for Mathematica, however I have
tried adding a path to Mathematica binaries to the LyX paths...
Unfortunately nothing happens...

I will greatly appreciate any help.

Best regards,
--
Andrzej Tomaszewski


LyX and Mathematica

2005-11-17 Thread Andrzej Tomaszewski

Hi All!

I am asking a question on the list because I could not find anywhere any
information about integrating LyX and Mathematica.

I am using W2K OS, LyX 1.3.6-1 and Mathematica 4.1. What exactly have I to
do in order to be able to use (math-extern mathematica) function?
Script configure does not have an entry for Mathematica, however I have
tried adding a path to Mathematica binaries to the LyX paths...
Unfortunately nothing happens...

I will greatly appreciate any help.

Best regards,
--
Andrzej Tomaszewski


LyX and Mathematica

2005-11-17 Thread Andrzej Tomaszewski

Hi All!

I am asking a question on the list because I could not find anywhere any
information about integrating LyX and Mathematica.

I am using W2K OS, LyX 1.3.6-1 and Mathematica 4.1. What exactly have I to
do in order to be able to use (math-extern mathematica) function?
Script "configure" does not have an entry for Mathematica, however I have
tried adding a path to Mathematica binaries to the LyX paths...
Unfortunately nothing happens...

I will greatly appreciate any help.

Best regards,
--
Andrzej Tomaszewski