class

Crst::LaTeXRenderer

Inherits Crst::BaseRenderer < Reference < Object

Renders the AST as LaTeX

This class traverses the document tree and converts each node to its corresponding LaTeX representation.

Instance methods

render(node : Node) : String

Render a node to LaTeX string

node - The node to render Returns the LaTeX representation of the node

Source