[][src]Crate latex_snippet

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

Functions

check_latex

Check latex against supported macros

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::io::Write.

html_paragraph

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

html_string

Convert some LaTeX into an HTML String.

include_solutions

Include solutions via \begin{solution}

omit_solutions

Strip out solutions