Hi,
I have managed to get maxima running under WinTeXmacs on Windows 2000. It
requires editing some files in TeXmacs distribution and disabling all
checks for maxima versions. Here are the steps required:
1) I have maxima installed in C:/Program Files/Maxima-5.9.1.
Put C:/Program Files/Maxima-5.9.1/bin to PATH variable.
2) I have WinTeXmacs installed in F:/Programi/WinTeXmacs/ (=WTM). It is
version 1.0.4.4 downloaded from TeXmacs website. The following files need
to be changed:
a) Replace the content of
WTM/TeXmacs/plugins/maxima/progs/init-maxima.scm with
-----------
(plugin-configure maxima
(:require (url-exists-in-path? "maxima.bat"))
(:launch "tm_maxima.bat")
(:session "Maxima"))
-----------
b) Create a file WTM/TeXmacs/plugins/maxima/bin/tm_maxima.bat which
contains (all in one line)
------------
maxima -p
"F:/Programi/WinTeXmacs/TeXmacs/plugins/maxima/lisp/texmacs-maxima-5.9.1.lisp"
------------
After that I get Maxima listed under Session button in TeXmacs toolbar and
maxima runs under it. I did not test it very much and there were some
keyboard problems with TeXmacs but at least we know it is possible.
Here is a screenshot:
http://www.geocities.com/avodopivec/images/Maxima_WinTeXmacs.png
Andrej