7 Sep 10:21
Evaluation in maxima-mode
From: megha patnaik <meghapatnaik <at> gmail.com>
Subject: Evaluation in maxima-mode
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-09-07 08:23:08 GMT
Subject: Evaluation in maxima-mode
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-09-07 08:23:08 GMT
I'm running maxima-mode in emacs to create latex output, but controls such as C-c C-u c don't work for me. My file looks like this:
\documentclass{article}
\usepackage{emaxima}
\begin{document}
\begin{maxima}
integrate(1/x,x);
\end{maxima}
\end{document}
When I run a pdflatex, the output looks like maxima. Inside emacs, though, I can't evaluate the cells.
My .emacs includes the following:
(setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist))
(setq load-path (cons "/usr/share/maxima/5.9.0/emacs" load-path ))
(autoload 'maxima "maxima" "Running Maxima interactively" t)
(autoload 'maxima-mode "maxima" "Maxima editing mode" t)\
What am I doing wrong? The other C-c 's do work, just the maxima ones don't.
\documentclass{article}
\usepackage{emaxima}
\begin{document}
\begin{maxima}
integrate(1/x,x);
\end{maxima}
\end{document}
When I run a pdflatex, the output looks like maxima. Inside emacs, though, I can't evaluate the cells.
My .emacs includes the following:
(setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist))
(setq load-path (cons "/usr/share/maxima/5.9.0/emacs" load-path ))
(autoload 'maxima "maxima" "Running Maxima interactively" t)
(autoload 'maxima-mode "maxima" "Maxima editing mode" t)\
What am I doing wrong? The other C-c 's do work, just the maxima ones don't.
_______________________________________________ Maxima mailing list Maxima <at> math.utexas.edu http://www.math.utexas.edu/mailman/listinfo/maxima
RSS Feed