1 Install imaxima by unpacking the tarball and doing the usual incantation
9 (autoload 'imaxima "imaxima" "Image support for Maxima." t)
11 in your `.emacs' file.
13 If you want to use imath-mode, put
15 (autoload 'imath-mode "imath" "Interactive Math minor mode." t)
17 in your `.emacs' file, too.
19 To do line breaking imaxima requires the LaTeX package `breqn'. This
20 package is officially distributed by Morten Høgholm from:
21 http://www.ctan.org/tex-archive/macros/latex/contrib/mh
24 Alternatively, for the easy installation, you may download:
25 http://members3.jcom.home.ne.jp/imaxima/breqn097a.zip
27 The files in `breqn' must be installed in a place where TeX can find
28 them. In a typical teTeX installation you should put the `*.sty' and
31 `/usr/share/texmf/tex/latex/breqn/'
33 and the documentation files in
35 `/usr/share/texmf/doc/latex/breqn/'.
37 The files can also be installed in a number of other places - consult
38 your TeX documentation for details.
40 Now run `texhash' after installing the files. You can use `kpsewhich'
41 to verify that TeX is able to find the files, e.g.
45 To get the best image quality a fairly recent version of Ghostscript
46 is recommended. See the Info manaul for options suitable for using
47 older versions of Ghostscript or not using Ghostscript at all.
49 From the version 1.0 beta, imaxima and imath supports inline graph
50 capability. That is, special plotting commands such as wxplot2d()
51 can be used in imaxima and the resulted graph appears in the
52 *imaxima* session buffer in Emacs. Similarly, you can use the same
53 special plotting commands in a maxima formula in imath mode buffers.
54 Such formula are converted to graph image in imath mode.
56 To do so, you need to install GNUPLOT 4.2 or later. Your Maxima
57 should be 5.12.0 or later.
59 Imaxima and imath are distributed from:
60 http://members3.jcom.home.ne.jp/imaxima
61 by Yasuaki Honda, the current maintainer of this package.
63 Imaxima and imath are distributed under GPL license.