1
;;;;;;;;;;;;;;;;; File: mathmldisplay.lsp ;;;;;;;;;;;;;;;;;;;;;
2
;; Purpose: Makes maxima display mathml
4
;; Usage: load this file into maxima
5
;; loadfile("mathmldisplay.lsp");
7
;; Author: Paul S. Wang
10
; Authors: Paul S. Wang, Kent State University
11
; This work was supported by NSF/USA.
12
; Permission to use this work for any purpose is granted provided that
13
; the copyright notice, author and support credits above are retained.
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19
(setq exp (caddr exp)) ;;; get rid of output label
20
(print 'PRESENTATION-EXP)
30
;; (C1) loadfile("mathmldispla.lsp");
32
;; mathmldispla.lsp being loaded.
33
;; Loading mathmldispla.lsp
34
;; Finished loading mathmldispla.lsp