[][src]Crate latex_snippet

This crate turns (a subset of) latex into html, with syntax errors reported using span elements.

Functions

convert_html

A version of html_string suitable for export to C and python.

html

Convert some LaTeX into HTML, and send the results to a std::fmt::Write.

html_paragraph

Convert some LaTeX into HTML, and send the results to a std::fmt::Write.

html_string

Convert some LaTeX into an HTML String.