#latex #formatting #parser #bindings #un-la-tex #unified-latex

app unlatex-cli

Rust 对统一 LaTeX 的绑定

1 个不稳定版本

0.1.0 2023年2月2日

#109 in #latex

MIT/Apache

665KB
772

UnLaTex

描述

UnLaTex 是一个用于解析和格式化 LaTeX 的库。

示例

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

依赖项

~6MB
~171K SLoC