Rename *ll* and *ul* to ll and ul in in-interval
[maxima.git] / share / contrib / maximaMathML / maximaMathML.lisp
blobb82d78f59b157610f9139e99cf49ca16d1bb2fd0
1 ;;;;;;;;;;;;;;;;; File: load-mathml.lsp ;;;;;;;;;;;;;;;;;;;;;;;;;;;
2 ;; Purpose: Makes maxima display mathml
3 ;;
4 ;; Usage: load this file into maxima
5 ;; loadfile("mathmldisplay.lsp");
6 ;;
7 ;; Author: Paul S. Wang
8 ;; Date: 5/20/99
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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17 (in-package :maxima)
19 ;;; no saving of expressions under automatically generated labels
20 (setq $nolabels t)
22 ;;; For the time being use concat(load("maximaMathML/load-mathml.lisp"))
23 ;;; or something since the redefined displa can't handle lisp strings. -wj
25 ;; redefines maxima displa
26 ($load "mathmldisplay")
28 ;; mathml input to maxima
29 ($load "mathml-maxima")
31 ;; generate MathML Presentation encoding
32 ($load "PrMathML")
34 ;; generate MathML Content encoding
35 ($load "CtMathML")
37 ;;; enables mathml content code input to maxima
38 ;;; use the command mathml(); followed by <math>...</math> from stdin