diff options
Diffstat (limited to 'app-emacs/imaxima/metadata.xml')
-rw-r--r-- | app-emacs/imaxima/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emacs/imaxima/metadata.xml b/app-emacs/imaxima/metadata.xml new file mode 100644 index 000000000000..b2c87461ee65 --- /dev/null +++ b/app-emacs/imaxima/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci-mathematics</herd> +<herd>emacs</herd> +<longdescription lang="en"> + Imaxima provides support for interacting with the computer algebra system + Maxima in an Emacs buffer. Imaxima processes the output from Maxima with TeX + and inserts the resulting image in the buffer. The command imaxima provides + a simple comint derived CLI mode. The command imaxima-latex prepares a LaTeX + version of the Maxima buffer. Imaxima can also be hooked in to the Emacs + mode included with Maxima, which provides more key bindings and other + conveniences. +</longdescription> +</pkgmetadata> |