APEXCalculus / APEXCalculusPTX

In-progress conversion of APEX Calculus to PreTeXt
6 stars 20 forks source link

APEX Calculus, PreTeXt edition

This repository contains the source code for the APEX Calculus textbook.

APEX Calculus was originally written in LaTeX; this version of the book uses https://pretextbook.org.

To build the book, use of the PreTeXt CLI is recommended.

Note that the build time is quite long, and may exceed the time allowed using GitHub codespaces. (If you're building on Windows, make sure your computer is not set to sleep after an hour!)

Preparation for generating APEX Calculus from source:

Software requirements:

Note: ImageMagick may be needed, but can probably be avoided. Older versions of the PreTeXt CLI also require pdf2svg to build HTML, but soon this will not be required.

Configuration:

To build HTML, run pretext build html

To build a version without videos, run pretext build html-novideo

To build PDF, run pretext build latex.

The following variations are also available:

Do not build PDF directly. Most of the PDF design is now automated, but you may need to adjust the placement of some figures, add page breaks, etc.

At this time, EPUB generation is not fully supported.