Repository for the PreTeXt source for Active Prelude to Calculus.
Active Prelude to Calculus is available from https://www.activecalculus.org/prep.
- Clone this repository.
- Install the PreTeXt-CLI
- Execute
pretext generate webworkto 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. We suggest building the LaTeX and then building the PDF manually, as the CLI doesn't cycle through building the PDF enough times to get it right yet.