The purpose of this project is to create functions which convert a wxMaxima worksheet to Texinfo. The functions to convert a worksheet will be written in Common Lisp, which is the implementation language for Maxima itself.
- QuickLisp to Load the XML Parser and Zip file Manager.
- Download quicklisp.lisp and save it in maxima.
- Load the file in maxima by executing
load("quicklisp.lisp")
. - Install quicklisp by executing
:lisp (quicklisp-quickstart:install)
- Download this package and save in the maxima directory such that maxima can find this package.
- Load the package by executing the command
load(wxmx2texi)
in maxima. - Pass the location of the wxmx file as an argument to wxmx2texi() function.
- To save the output in the texinfo file, pass second argument as location of the folder to
wxmx2texi()
function.