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.
- Clone this repository.
- Install the PreTeXt-CLI
- Execute
pretext generate
to prepare the WeBWorK problems. (This step needs to be done any time you change a WeBWorK problem.) - Then execute
pretext build html
,pretext view html
,pretext build pdf
,pretext build latex
or other things you can find inproject.ptx
, such aspretext build workbook14
.