login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #163 axiom output isn't right with _ revision 1 of 2

1 2
Editor:
Time: 2007/11/17 22:00:32 GMT-8
Note:

changed:
-
I use an axiom xterm (with or without clef) ::

  123_[return]456 has a right result but a wrong display before.
  I only see 123_, not 123_[newline]456

  123_[return]+456 has a right display and a right result.
  I read 123_[newline]+456

  The display is also wrong when I make a little file with
  123_[return]456, and I read it.

I use the Axiom 3.0 Beta (February 2005) in a linux box.

This also seems to happen on MathAction
\begin{axiom}
123_
456
\end{axiom}
\begin{axiom}
123_
+456
\end{axiom}

But the display and results are correct in the Windows
version.

Submitted by : (unknown) at: 2007-11-17T22:00:32-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

I use an axiom xterm (with or without clef) :

  123_[return]456 has a right result but a wrong display before.
  I only see 123_, not 123_[newline]456

  123_[return]+456 has a right display and a right result.
  I read 123_[newline]+456

  The display is also wrong when I make a little file with
  123_[return]456, and I read it.

I use the Axiom 3.0 Beta (February 2005) in a linux box.

This also seems to happen on MathAction?

axiom
123_

\label{eq1}123456(1)
Type: PositiveInteger?

axiom
123_
+456

\label{eq2}579(2)
Type: PositiveInteger?

But the display and results are correct in the Windows version.