Here is the latest 1.0 release imaxima-imath-1.0.tar.gz.

Here is the previous beta release imaxima-imath-1.0b2.tar.gz.


See the file README or the manual for installation instructions. Cygwin users and XEmacs users must read README very carefully.


Windows XP users who prefer to use Meadow or NTEmacs than Cygwin may want to read "Easy Install on Windows XP".


Mac OS X users who wants to avoid installing MacPorts or Fink may want to read "Easy Install on Mac OS X".




Basic installation procedure

% ./configure; make; make install

Mac OS X users,

% ./configure --prefix=/sw; make; sudo make install

Install breqn package

You need to obtain the breqn097a.zip file from here. The breqn097a folder can be obtained by unzipping the file breqn097a.zip. You need to put breqn package by placing the breqn097a folder at the appropriate place where latex can find it. For instance,

/usr/local/share/texmf/tex/latex/ or /usr/share/texmf/tex/latex/

for Cygwin users and Linux users, and

/sw/share/texmf/tex/latex/ or /sw/share/texmf-dist/tex/latex

for Mac OS X with Fink users are good places to put the folder. Then:

to let latex know the existence of the new package (breqn097a in this case). You may need to invoke the above command with the super user privilege (sudo on Mac OS X). To make sure the package is recognized successfully, you may do:

% kpsewhich breqn.sty

and the full path to the breqn.sty file will be returned if texhash command did its job.



Install maxima.el (optional)

You can use imaxima.el combined with all the functionality from maxima.el. To do so, you certainly need to install maxima.el. Go to your maxima installation directory, then go down to:

interfaces/emacs/emaxima

direcctory. Then make;make install with root permission installs maxima.el .

Download and Install