#latex

app unlatex-cli

Rust bindings to unified-latex

1 unstable release

0.1.0 Feb 2, 2023

#102 in #latex

MIT/Apache

665KB
772 lines

UnLaTex

Description

UnLaTex is a library for parsing and formatting LaTeX.

Examples

let formatted = unlatex::format("E = mc^2").unwrap();
let ast = unlatex::parse("E = mc^2").unwrap();

Dependencies

~6.5MB
~175K SLoC