vlmantova / bookml

bookdown flavoured GitBook port for LaTeXML
https://vlmantova.github.io/bookml/
GNU General Public License v3.0
15 stars 1 forks source link

BookML

Automated LaTeX to bookdown-style HTML and SCORM, powered by LaTeXML.

BookML is a small wrapper around LaTeXML for the production of accessible HTML content straight from LaTeX files, and for packaging it as SCORM. Created by and maintained for maths lecturers at the University of Leeds. Its main features:

Getting started

  1. Install the prerequisites.
  2. Install/upgrade: unpack the latest BookML release and put the bookml folder next to your .tex files.
  3. First install only: copy bookml/GNUmakefile next to your .tex files.
  4. Run make (or gmake).

Or you can unpack the template to start with a working minimal example.

The BookML manual is an example of a LaTeX file compiled in GitBook and plain style and it describes all the options and ways to customise the output.

The Leeds BookML guide has further examples and tips for lecturers and detailed installation instructions (some specific to the University of Leeds), including for instance how to compile exercises with and without solutions, or how to produce various alternative PDFs from the same file.

Prerequisites