writeLaTeX

fun ReportNode.Document.writeLaTeX(path: Path? = null, ctx: RenderContext? = null): File(source)

Renders this document to a LaTeX source file and returns the written File.

Parameters

path

output file path; defaults to ctx.outputDir/<sanitised-title>.tex

ctx

shared render configuration