latex-rust 1.0.2

Pure-Rust LaTeX math renderer. Parse to AST, TeX-faithful layout on exact rationals, emit SVG, PNG, or egui shapes. No JavaScript, no webview, no runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Symbol table

Canonical crate catalog: [`data/symbols.tsv`](../data/symbols.tsv) (loaded by
`latex_rust::symbols`). Milestone 5 golds require every row to parse, and every
bare single-glyph Symbol/Operator row to layout and SVG-render as that Unicode
character with the correct TeX atom class.

The crate catalog is the renderer contract.

Dedup: one duplicate `\sqrt{}` row was dropped. `\sqrt[{}]{}` is kept as the
nth-root form.