mailing-list for TeXmacs Users

Text archives Help


MuPAD MathInputMode bug?


Chronological Thread 
  • From: Friedrich Laher <address@hidden>
  • To: address@hidden
  • Subject: MuPAD MathInputMode bug?
  • Date: Thu, 20 Oct 2005 14:11:09 +0200

after switchting to math input mode changses in variables sees to be ignored
( ref. attachment ; Linux TexMacs 1.0.3.7)


<TeXmacs|1.0.3.7>

<style|<tuple|generic|mupad>>

<\body>
<with|prog-language|mupad|prog-session|default|<\session>
<\output>
\;

\ \ \ *----* \ \ \ MuPAD 2.5.3 -- The Open Computer Algebra System

\ \ /\| \ \ /\|

\ *----* \| \ \ \ Copyright (c) \ 1997 - 2003 \ by SciFace Software

\ \| *--\|-* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ All rights reserved.

\ \|/ \ \ \|/

\ *----* \ \ \ \ \ Licensed to: \ \ 7RD1074

\;

\;

\;
</output>

<\input|<with|color|red|<with|mode|math|\<bullet\>> <with|color|black|>>>
a := b+c
</input>

<\output>
<with|mode|math|math-display|true|b+c>
</output>

<\input|<with|color|red|<with|mode|math|\<bullet\>> <with|color|black|>>>
c := x+y
</input>

<\output>
<with|mode|math|math-display|true|x+y>
</output>

<\input|<with|color|red|<with|mode|math|\<bullet\>> <with|color|black|>>>
a \ # \ ok #
</input>

<\output>
<with|mode|math|math-display|true|b+x+y>
</output>

<\input|<with|color|red|<with|mode|math|\<bullet\>> <with|color|black|>>>
a := b + 2*c \ # ok #
</input>

<\output>
<with|mode|math|math-display|true|b+2*x+2*y>
</output>

<input|<with|color|red|<with|mode|math|\<bullet\>>
<with|color|black|>>|<\math>
c \<assign\> 2*x+y \ # now "mathematical input \ mode #
</math>>

<\output>
<with|mode|math|math-display|true|2*x+y>
</output>

<input|<with|color|red|<with|mode|math|\<bullet\>>
<with|color|black|>>|<\math>
a
</math>>

<\output>
<with|mode|math|math-display|true|b+2*x+2*y>
</output>

<input|<with|color|red|<with|mode|math|\<bullet\>>
<with|color|black|>>|<\math>
c \<assign\> 2\<ast\>x+y
</math>>

<\output>
<with|mode|math|math-display|true|2*x+y>
</output>

<input|<with|color|red|<with|mode|math|\<bullet\>>
<with|color|black|>>|<\math>
a
</math>>

<\output>
<with|mode|math|math-display|true|b+2*x+2*y>
</output>

<input|<with|color|red|<with|mode|math|\<bullet\>>
<with|color|black|>>|<\math>
\;
</math>>
</session>>

\;
</body>

<\initial>
<\collection>
<associate|language|english>
<associate|page-bot|30mm>
<associate|page-even|30mm>
<associate|page-odd|30mm>
<associate|page-reduce-bot|15mm>
<associate|page-reduce-left|25mm>
<associate|page-reduce-right|25mm>
<associate|page-reduce-top|15mm>
<associate|page-right|30mm>
<associate|page-top|30mm>
<associate|page-type|a4>
<associate|par-width|150mm>
</collection>
</initial>

  • MuPAD MathInputMode bug?, Friedrich Laher, 10/20/2005

Archive powered by MHonArc 2.6.19.

Top of page