BookConfig

case class BookConfig(metadata: DocumentMetadata, navigationDepth: Option[Int], fonts: Seq[FontDefinition], coverImage: Option[Path])

Configuration options for the generated EPUB output.

The duplication of the existing BookConfig instance from laika-core happens to have a different implicit key association with the EPUB-specific instance.

Value parameters:
coverImage

the path to the cover image within the virtual document tree

fonts

the fonts that should be embedded in the PDF output

metadata

the metadata associated with the document

navigationDepth

the number of levels to generate a table of contents for

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val date: OffsetDateTime
lazy val formattedDate: String
lazy val identifier: String
lazy val language: String