1 unstable release

0.1.0 Feb 2, 2023

#104 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

~6MB
~171K SLoC