> <\body> mode for files> To edit code with , a mode can be used. It is available in and can be installed as follows: <\shell-code> cp mmx/ $HOME/.emacs.d The following can be added in the file :\ <\shell-code> (setq load-path\ \ \ (append load-path (list (expand-file-name "~/.emacs.d")))) (setq auto-mode-alist\ \ \ \ \ \ (append auto-mode-alist '(("\\\\.mmx" . mmx-mode)))) (autoload 'mmx-mode\ \ \ \ \ \ "mmx-mode.el" "Major mode for editing Mathemagix files" t) Once this is done, the will be loaded automatically for files with suffix . . If you don't have this file, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.> <\initial> <\collection>