LatexSyntaxRenderer
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}
Content copied to clipboard
Author
Iaroslav Postovalov
Functions
Link copied to clipboard
Renders the MathSyntax to output.
Link copied to clipboard
Calls SyntaxRenderer.render with given node and a new StringBuilder instance, and returns its content.