Hello, during the last few days I've tried to make the AXIOM/FriCAS book compile. This is still work in progress, but I'm already at a stage where a considerable amount is already in.
See https://github.com/hemmecke/fricas/commits/fricas-book To compile the book do the following mkdir fricas-book cd fricas-book git clone https://github.com/hemmecke/fricas.git (cd fricas; git checkout fricas-book) mkdir build cd build ../fricas/configure make cd src/doc make book.dvi You might have to re-latex two more times to get the references and the table of contents correct, but the whole project is still unfinished. In particular, all the pictures are missing. I'd like to ask people to report problems. I've already seen problems with double quotes, but there's probably a lot more. Hope, you like it so far. Although the book is >90% in DVI format, the last 10% will most probably cost more time, so I am not sure whether the current state should already go into the next release. Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
