Skip to content

EPUB: option to omit titlepage #6097

@vv01f

Description

@vv01f

feature request

I'd like to have no additional titlepage (single page with title, not the cover) in ePub (and maybe other formats as well)

e.g. with titlepage: false in yaml or --titlepage=false as CLI option.

my quick hack was using custom CSS section.level1 h1 { display: none; } to hide the section in question. another option would be a postprocessing step and removing it from the DOM.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions