active-calculus-single-mbx
Repository for a conversion of Active Calculus (single variable) to MathBook XML
Active Calculus is available from scholarworks.gvsu.edu. This project aims to convert Active Calculus 2016 edition to a version in MathBook XML.
quickstart instructions
- Clone this repository.
- Clone MathBook XML and install its dependencies.
- Copy
Makefile.paths.original
toMakefile.paths
. EditMakefile.paths
as instructed within that file. - Execute
make acs-extraction
- Then execute
make html
,make pdf
, or other things detailed inMakefile
. Output will be produced in theoutput
folder.