org.maraist.latex

Type members

Classlikes

object LaTeX

String and other constants related to LaTeX

String and other constants related to LaTeX

Objects which are convertable to LaTeX via a [[org.maraist.latex.LaTeXdoc LaTeXdoc]] instance.

Objects which are convertable to LaTeX via a [[org.maraist.latex.LaTeXdoc LaTeXdoc]] instance.

Some typical [[org.maraist.latex.LaTeXRenderable LaTeXRenderable]] instances.

Some typical [[org.maraist.latex.LaTeXRenderable LaTeXRenderable]] instances.

trait LaTeXRenderer[X]

Trait of factories which convert objects to a LaTeX representation.

Trait of factories which convert objects to a LaTeX representation.

class LaTeXdoc(var rootFile: String)

Accumulation of LaTeX source, to be processed when closed.

Accumulation of LaTeX source, to be processed when closed.

Value Params
rootFile

Root name of the output file (without .tex, .pdf etc. suffixes)

class PackageSpec(name: String, options: Option[String])

Description of the LaTeX package associated with a document.

Description of the LaTeX package associated with a document.

Value Params
name

The name of the package.

options

A list of options to be passed to the package.

trait Sampler

Methods for a samples manual builder.

Methods for a samples manual builder.