mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] spurious brackets in Axiom session


Chronological Thread 
  • From: Alejandro Jakubi <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] spurious brackets in Axiom session
  • Date: Tue, 19 May 2009 13:31:42 -0300

I have managed to install a working session for Axiom ver. March 2009 in
Texmacs 1.0.6.11 under Ubuntu 8.04. However, the plugin inerts the spurious
string "<\ >" in some places of input and output, showing as blue open-close
angular brackets (see the appended tm file below).

I do not observe anything like that in the input/output when executing
tm_axiom
from the console.

Note that I have compiled this tm_axiom executable from the source
(tm_axiom.c)
provided by the Debian Etch distribution for Texmacs (ver. 1.0.6.10), as the
executable provided by the Ubuntu distribution did not communicated with
Axiom,
and no source file was provided in this distribution.

I do not find documentation on the input/output filters for this plugin, so I
do not know what may be wrong or how to debug it. Any idea?

Regards, Alejandro Jakubi

==========

<TeXmacs|1.0.6.11>

<style|<tuple|generic|axiom>>

<\body>
<with|prog-language|axiom|prog-session|default|<\session>
<\input|<with|color|red|<with|mode|math|\<rightarrow\>><\ >>>
1+1
</input>

<\output>
<with|mode|math|math-display|true|2<leqno>(1)>

<axiomtype|PositiveInteger >
</output>

<\input|<with|color|red|<with|mode|math|\<rightarrow\>><\ >>>
integrate(x,x)
</input>

<\output>
<with|mode|math|math-display|true|<frac|1|2><\ ><\ >x<rsup|2><\
<leqno>(2)>

<axiomtype|Polynomial Fraction Integer >
</output>

<\input|<with|color|red|<with|mode|math|\<rightarrow\>><\ >>>
\;
</input>
</session>>
</body>

<\initial>
<\collection>
<associate|language|american>
<associate|page-type|letter>
</collection>
</initial>

=============




Archive powered by MHonArc 2.6.19.

Top of page