#latex

app unlatex-cli

Rust bindings to unified-latex

1 unstable release

0.1.0 Feb 2, 2023

#764 in Command line utilities

MIT/Apache

5KB
65 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

~5.5MB
~150K SLoC