Just for the record...

Sage (with the fricas spkg) let's you run FriCAS in the notebook.
Natively, if you switch the session type to "axiom (optional)".

The problem with not showing matrices nicely was due to a non-monospace
default font.

Creating a file $HOME/.sage/notebook.css with the contents

pre.shrunk {
  font-family: "Courier New", monospace;
}

solves that problem.

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to