Reference Manual



> Really nice looking stuff Mike!  How hard is the generation of the pdf
> and html - do you wind up having to tweak the html stuff?

Everything's 100% automatic using the Python documentation tools,
(http://www.python.net/doc/) which use the current latex2html. One day
I'll proabably also have the info generation too.

> To my eyes, this is definitely easier to read then the current stuff,
> and the hyperlinked PDF is great!  What fonts are you using to generate
> it?

In PDF, they're all the standard Adobe fonts for size and portability.
In Acrobat , look at File/Document Info/Fonts. It's done with
LaTeX \usepackage{times}.

> I note your Copyright on the document, with the all rights reserved
> notice.  What impact on usage of the documents does this have? Will we
> be able to use parts of this in other documents concerning Maxima?  

No impact - the copyright just means "don't publish this thing as a book
without checking with me first." After all, I didn't write the content!

There's a lot of work to be done cleaning up the content - Maxima is huge,
and it's unclear to me how much of the content referes to things that
still exist. Still, I think it's well organized and complete,
and it's cross-referenced and indexed which is a big deal.

Mike.