DocumentInfo

constructor(type: DocumentType = DocumentType.PLAIN, name: String? = null, authors: MutableList<DocumentAuthor> = mutableListOf(), locale: Locale? = null, numbering: DocumentNumbering? = null, theme: DocumentTheme? = null, tex: TexInfo = TexInfo(), layout: DocumentLayoutInfo = DocumentLayoutInfo())

Parameters

type

type of the document

name

name of the document, if specified

authors

authors of the document, if specified

theme

theme of the document, if specified

locale

language of the document

numbering

formats to apply to element numbering across the document

pageFormat

format of the pages of the document