LatexSyntaxRenderer

object LatexSyntaxRenderer : SyntaxRenderer

SyntaxRenderer implementation for LaTeX.

The generated string is a valid LaTeX fragment to be used in the Math Mode.

Example usage:

\documentclass{article}
\begin{document}
\begin{equation}
%code generated by the syntax renderer
\end{equation}
\end{document}

Author

Iaroslav Postovalov

Functions

render
Link copied to clipboard
common
open override fun render(node: MathSyntax, output: Appendable)
Renders the MathSyntax to output.

Sources

common source
Link copied to clipboard