Skip to content

sean-fitzpatrick/APEXCalculusPTX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,329 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. See below for instructions on how to use GitHub Codespaces to contribute to this repository with only a web browser.

Note that the build time is quite long. (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:

  • a recent LaTeX distribution
  • Python (version 3.8 or later)
  • the PreTeXt CLI (do pip install pretextbook)

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:

  • In publication/publication.ptx, change the baseurl to the URL where your copy will be hosted, and set the webwork server to your local server.
  • If you wish to set a custom stylesheet, place it in the style folder, and add <xsl>style/custom-style.xsl</xsl> tags to the appropriate targets in the project.ptx file, where you should of course replace custom-style.xsl with whatever you named your style file.
  • You can also use <xsl>...</xsl> tags in project.ptx to point to a newer version of one of the PreTeXt XSL files than the one that ships with the CLI. (This is not officially supported, so use with caution.)

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:

  • pretext build latex-novideo: omit QR code links to videos
  • pretext build latex-print: black and white, for print on demand
  • pretext build latex-print-novideo: black and white, with no video links
  • pretext build latex-color-print: in color, but two-sided layout for printing
  • pretext build latex-color-print-novideo: as above, but without QR codes for videos

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.

GitHub Codespaces support

This repository is configured to support GitHub Codespaces. If you are not an owner of this repository, first create a fork.

Then to set up a codespace in your browser, click the green Code button [on your fork], click the "Codespaces" tab, and then click "Create codespace on main". After a few minutes, you'll have a PreTeXt-ready authoring environment, and can use the PreTeXt-tools extension (automatically installed) at the bottom of the page to manage your project.

Build times are long (one build of the default HTML target took around an hour in testing), so be sure your codespace is configured to not go to sleep before it's done. You may also want to set up your codespace to not expire so cached assets aren't rebuilt.

About

In-progress conversion of APEX Calculus to PreTeXt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • XSLT 71.6%
  • TeX 20.7%
  • JavaScript 6.9%
  • Shell 0.8%