Author instructions:
- Follow instructions at https://pretextbook.github.io/pretext-cli/installation.html to install PreTeXt-CLI on your machine
- Edit source PTX/XML files in the
sourcesubdirectory. - Run
pretext buildon the command-line to build HTML intooutput/htmland copy contents ofsource/imagesintooutput/html/images. - Run
cp -r source/pdf output/htmlto copy PDFs tooutput/html/pdf.- The contents of
outputare.gitignored to keep your repo clean.
- The contents of
- Copy the contents of
output/htmlto your server to host your book.