Re: [OT] TeXmacs? (or Maxima LyX)

2001-04-25 Thread Tuukka Toivonen

On Wed, 25 Apr 2001, Allan Rae wrote:

 I'll give them that one for the moment (although Maple LaTeX import
 apparently works) and we've had at least two different interested groups
 start some work on this but they seem to have disappeared.

Who cares about proprietary Maple ;)
What would be nice to have is importing of LaTeX generated by
Maxima. Unfortunately it just doesn't work. No error messages, but the
math will have very little WYSIWYM on the screen and LaTeX won't process
the result. Here's small example:

\documentclass[english]{article}
\begin{document}
$${{1}\over{\sqrt{3}}}\leqno{\tt (D1)}$$
\end{document}

(Maxima generates only the math line, header and tail was inserted by me).




Re: [OT] TeXmacs? (or Maxima LyX)

2001-04-25 Thread Jean-Pierre.Chretien


Date: Wed, 25 Apr 2001 10:07:45 +0300 (EEST)
From: Tuukka Toivonen [EMAIL PROTECTED]
To: Allan Rae [EMAIL PROTECTED]
cc: LyX Users [EMAIL PROTECTED]
Subject: Re: [OT] TeXmacs? (or Maxima  LyX)

On Wed, 25 Apr 2001, Allan Rae wrote:

 I'll give them that one for the moment (although Maple LaTeX import
 apparently works) and we've had at least two different interested groups
 start some work on this but they seem to have disappeared.

Who cares about proprietary Maple ;)
What would be nice to have is importing of LaTeX generated by
Maxima. Unfortunately it just doesn't work. No error messages, but the
math will have very little WYSIWYM on the screen and LaTeX won't process
the result. Here's small example:

\documentclass[english]{article}
\begin{document}
$${{1}\over{\sqrt{3}}}\leqno{\tt (D1)}$$
\end{document}

(Maxima generates only the math line, header and tail was inserted by me).

This is plain TeX, you get a right dvi output in LyX if you change
the $$ in $ and wipe out the \leqno{\tt (D1)} (which doesn't make
sense anyway if you want to reference equations at your will).
This is easy to automate.

You would get no ERT at all in LyX if reLyX was able to convert
{1}\over{\sqrt{3}} as \frac{1}{sqrt{3}}: this is more difficult...
Is it a weakness of reLyX (i.e. no implementation of math TeX constructs
in mathed ?).

-- 
Jean-Pierre




Re: [OT] TeXmacs? (or Maxima LyX)

2001-04-25 Thread Andre Poenitz

 You would get no ERT at all in LyX if reLyX was able to convert
 {1}\over{\sqrt{3}} as \frac{1}{sqrt{3}}: this is more difficult...
 Is it a weakness of reLyX (i.e. no implementation of math TeX constructs
 in mathed ?).

That's not a job for reLyX, but for the mathed parser...

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]



Re: [OT] TeXmacs? (or Maxima LyX)

2001-04-25 Thread Andre Poenitz

  I'll give them that one for the moment (although Maple LaTeX import
  apparently works) and we've had at least two different interested groups
  start some work on this but they seem to have disappeared.
 
 Who cares about proprietary Maple ;)

Well, I care, since that's what I am using.

The Maple specific code is currently 57 lines and can be
removed/changed/whatever anytime without recompilation.

 What would be nice to have is importing of LaTeX generated by Maxima.
 Unfortunately it just doesn't work. No error messages, but the math
 will have very little WYSIWYM on the screen and LaTeX won't process the
 result. Here's small example:
 
 \documentclass[english]{article} \begin{document}
 $${{1}\over{\sqrt{3}}}\leqno{\tt (D1)}$$ \end{document}

\over is evil since it is not properly read by the parser. Well, the parser
needs a rewrite anyway, but apart from that this Maxima input does not
sound too hard to do.

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]



Re: [OT] TeXmacs? (or Maxima LyX)

2001-04-25 Thread Tuukka Toivonen

On Wed, 25 Apr 2001, Allan Rae wrote:

 I'll give them that one for the moment (although Maple LaTeX import
 apparently works) and we've had at least two different interested groups
 start some work on this but they seem to have disappeared.

Who cares about proprietary Maple ;)
What would be nice to have is importing of LaTeX generated by
Maxima. Unfortunately it just doesn't work. No error messages, but the
math will have very little WYSIWYM on the screen and LaTeX won't process
the result. Here's small example:

\documentclass[english]{article}
\begin{document}
$${{1}\over{\sqrt{3}}}\leqno{\tt (D1)}$$
\end{document}

(Maxima generates only the math line, header and tail was inserted by me).




Re: [OT] TeXmacs? (or Maxima LyX)

2001-04-25 Thread Jean-Pierre.Chretien


Date: Wed, 25 Apr 2001 10:07:45 +0300 (EEST)
From: Tuukka Toivonen [EMAIL PROTECTED]
To: Allan Rae [EMAIL PROTECTED]
cc: LyX Users [EMAIL PROTECTED]
Subject: Re: [OT] TeXmacs? (or Maxima  LyX)

On Wed, 25 Apr 2001, Allan Rae wrote:

 I'll give them that one for the moment (although Maple LaTeX import
 apparently works) and we've had at least two different interested groups
 start some work on this but they seem to have disappeared.

Who cares about proprietary Maple ;)
What would be nice to have is importing of LaTeX generated by
Maxima. Unfortunately it just doesn't work. No error messages, but the
math will have very little WYSIWYM on the screen and LaTeX won't process
the result. Here's small example:

\documentclass[english]{article}
\begin{document}
$${{1}\over{\sqrt{3}}}\leqno{\tt (D1)}$$
\end{document}

(Maxima generates only the math line, header and tail was inserted by me).

This is plain TeX, you get a right dvi output in LyX if you change
the $$ in $ and wipe out the \leqno{\tt (D1)} (which doesn't make
sense anyway if you want to reference equations at your will).
This is easy to automate.

You would get no ERT at all in LyX if reLyX was able to convert
{1}\over{\sqrt{3}} as \frac{1}{sqrt{3}}: this is more difficult...
Is it a weakness of reLyX (i.e. no implementation of math TeX constructs
in mathed ?).

-- 
Jean-Pierre




Re: [OT] TeXmacs? (or Maxima LyX)

2001-04-25 Thread Andre Poenitz

 You would get no ERT at all in LyX if reLyX was able to convert
 {1}\over{\sqrt{3}} as \frac{1}{sqrt{3}}: this is more difficult...
 Is it a weakness of reLyX (i.e. no implementation of math TeX constructs
 in mathed ?).

That's not a job for reLyX, but for the mathed parser...

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]



Re: [OT] TeXmacs? (or Maxima LyX)

2001-04-25 Thread Andre Poenitz

  I'll give them that one for the moment (although Maple LaTeX import
  apparently works) and we've had at least two different interested groups
  start some work on this but they seem to have disappeared.
 
 Who cares about proprietary Maple ;)

Well, I care, since that's what I am using.

The Maple specific code is currently 57 lines and can be
removed/changed/whatever anytime without recompilation.

 What would be nice to have is importing of LaTeX generated by Maxima.
 Unfortunately it just doesn't work. No error messages, but the math
 will have very little WYSIWYM on the screen and LaTeX won't process the
 result. Here's small example:
 
 \documentclass[english]{article} \begin{document}
 $${{1}\over{\sqrt{3}}}\leqno{\tt (D1)}$$ \end{document}

\over is evil since it is not properly read by the parser. Well, the parser
needs a rewrite anyway, but apart from that this Maxima input does not
sound too hard to do.

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]



Re: [OT] TeXmacs? (or Maxima & LyX)

2001-04-25 Thread Tuukka Toivonen

On Wed, 25 Apr 2001, Allan Rae wrote:

> I'll give them that one for the moment (although Maple LaTeX import
> apparently works) and we've had at least two different interested groups
> start some work on this but they seem to have disappeared.

Who cares about proprietary Maple ;)
What would be nice to have is importing of LaTeX generated by
Maxima. Unfortunately it just doesn't work. No error messages, but the
math will have very little WYSIWYM on the screen and LaTeX won't process
the result. Here's small example:

\documentclass[english]{article}
\begin{document}
$${{1}\over{\sqrt{3}}}\leqno{\tt (D1)}$$
\end{document}

(Maxima generates only the math line, header and tail was inserted by me).




Re: [OT] TeXmacs? (or Maxima & LyX)

2001-04-25 Thread Jean-Pierre.Chretien


>>Date: Wed, 25 Apr 2001 10:07:45 +0300 (EEST)
>>From: Tuukka Toivonen <[EMAIL PROTECTED]>
>>To: Allan Rae <[EMAIL PROTECTED]>
>>cc: LyX Users <[EMAIL PROTECTED]>
>>Subject: Re: [OT] TeXmacs? (or Maxima & LyX)
>>
>>On Wed, 25 Apr 2001, Allan Rae wrote:
>>
>>> I'll give them that one for the moment (although Maple LaTeX import
>>> apparently works) and we've had at least two different interested groups
>>> start some work on this but they seem to have disappeared.
>>
>>Who cares about proprietary Maple ;)
>>What would be nice to have is importing of LaTeX generated by
>>Maxima. Unfortunately it just doesn't work. No error messages, but the
>>math will have very little WYSIWYM on the screen and LaTeX won't process
>>the result. Here's small example:
>>
>>\documentclass[english]{article}
>>\begin{document}
>>$${{1}\over{\sqrt{3}}}\leqno{\tt (D1)}$$
>>\end{document}
>>
>>(Maxima generates only the math line, header and tail was inserted by me).
>>
This is plain TeX, you get a right dvi output in LyX if you change
the $$ in $ and wipe out the \leqno{\tt (D1)} (which doesn't make
sense anyway if you want to reference equations at your will).
This is easy to automate.

You would get no ERT at all in LyX if reLyX was able to convert
{1}\over{\sqrt{3}} as \frac{1}{sqrt{3}}: this is more difficult...
Is it a weakness of reLyX (i.e. no implementation of math TeX constructs
in mathed ?).

-- 
Jean-Pierre




Re: [OT] TeXmacs? (or Maxima & LyX)

2001-04-25 Thread Andre Poenitz

> You would get no ERT at all in LyX if reLyX was able to convert
> {1}\over{\sqrt{3}} as \frac{1}{sqrt{3}}: this is more difficult...
> Is it a weakness of reLyX (i.e. no implementation of math TeX constructs
> in mathed ?).

That's not a job for reLyX, but for the mathed parser...

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]



Re: [OT] TeXmacs? (or Maxima & LyX)

2001-04-25 Thread Andre Poenitz

> > I'll give them that one for the moment (although Maple LaTeX import
> > apparently works) and we've had at least two different interested groups
> > start some work on this but they seem to have disappeared.
> 
> Who cares about proprietary Maple ;)

Well, I care, since that's what I am using.

The Maple specific code is currently 57 lines and can be
removed/changed/whatever anytime without recompilation.

> What would be nice to have is importing of LaTeX generated by Maxima.
> Unfortunately it just doesn't work. No error messages, but the math
> will have very little WYSIWYM on the screen and LaTeX won't process the
> result. Here's small example:
> 
> \documentclass[english]{article} \begin{document}
> $${{1}\over{\sqrt{3}}}\leqno{\tt (D1)}$$ \end{document}

\over is evil since it is not properly read by the parser. Well, the parser
needs a rewrite anyway, but apart from that this Maxima input does not
sound too hard to do.

Andre'

-- 
André Pönitz . [EMAIL PROTECTED]