Hello, In the source there is now an init file epub3.pm to generate an epub container, targetting epub 3.2. In tp/init/epub3.pm.
Some questions for those knowledgable in epub: * is it better to have split or non split files for epub? * I did not output any header, so no mini_toc nor node directions. Also no horizontal rules. Is it how it should be? * would it be relevant to set up a cover with @titlepage? * should the navigation nav category TOC be used as a table of contents? I do not think so since it uses <ol> which looks strange. * should the TOC be omitted in the default case from the output, since there is the navigation information? * how are indices handled in epub? * how are cross manual references handled in epub? * how are list of tables/floats handled in epub? -- Pat