texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] Re: TeXmacs+Axiom


From: Ralf Hemmecke
Subject: [Texmacs-dev] Re: TeXmacs+Axiom
Date: Tue, 22 May 2007 01:03:06 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

Hi Martin,

On 05/21/2007 11:48 PM, Martin Rubey wrote:
Dear all,

I've finally got it working.  I did the following:

save the code below (it is a modified tm_axiom.c following the instructions of
Andrey Grozin on MathAction)

I like that when you give such a clear reference. :-( Is it so hard to paste the URL into a mail?

into a file tm_axiom.c and say

  gcc tm_axiom

as root, modify line 20 of /usr/share/texmacs/TeXmacs/plugins/axiom/progs to
read

  (:require (url-exists-in-path? "$AXIOM/bin/axiom"))

and copy tm_axiom to the place where it belongs:

  sudo mv a.out /usr/lib/texmacs/TeXmacs/bin/tm_axiom

Most likely you will have to modify paths according to your situation. If you
are not root, I guess you can place the files into your .TeXmacs directory (try
cd .TeXmacs at a shell prompt).

I tried to put it at /usr/lib/texmacs/TeXmacs/bin/tm_axiom .

Well, at least I don't see strange output. I can enter Axiom commands and I see... *nothing*. No output at all, only the input that I type is all that I see.

woodpecker:~>cat axiom.input
)set output tex on
)set output algebra off
)set compiler args -Fasy -Fao -flsp -laxiom -DAxiom -Y $AXIOM/../../share/algebra -v -O

and I started texmacs from my HOME and even said
)set output tex on
)set output algebra off
inside the TeXmacs-Axiom session.

No output.

Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]