3.1.0
This version builds the PDF and stores that in the docker container. As a result two new
command and front-end shell scripts were added:
dmathicsdoc
will run evince over the Mathics book that was built when the container was built.dmathicsdoccopy
will copy the Mathics book that was built when the container was built.
The script for going into mathicsscript
has been enhanced to try to detect the terminal background.
Set environment variable COLORFGBG
to force what kind of background you have Use value 15;0
for dark backgrounds and 0;15
for light backgrounds.
Two new workspaces taken from "Implementing Discrete Mathematics" have been added to Mathics Django:
- C 3.1 Datastructures for Graphs
- C 3.2 Classifying Simple Graphs