Skip to main content

Module epub

Module epub 

Source
Expand description

EPUB manifest creation.

Port of LaTeXML::Post::Manifest::Epub (252 lines of Perl). Creates the EPUB 3.2 package structure:

  • mimetype file
  • META-INF/container.xml
  • OPS/content.opf (spine + manifest)
  • Indexes all content files with correct media types

Structsยง

EpubManifest
EPUB manifest builder.
ResourceEntry
A resource entry (CSS, images, fonts).
SpineEntry
An entry in the EPUB spine (content document).