Document
The root node of a report document.
Parameters
the document title, used as the top-level heading
ordered list of child nodes
optional default directory for rendered report files
optional default directory for plot files emitted while rendering
Constructors
Functions
Double-dispatch entry point — each node calls the appropriate visitor method.
Renders this document as Markdown and writes it to out.
Renders this document as plain text and writes it to out.
Renders this document to a Markdown String without creating any file.
Renders this document to a plain-text String without creating any file.
Renders this document to an HTML file and returns the written File.
Renders this document to a LaTeX source file and returns the written File.
Renders this document to a Markdown file and returns the written File.
Renders this document to a plain-text file and returns the written File.