1个不稳定版本

0.1.0 2023年2月2日

#latex中排名第118

每月下载量22
unlatex-cli中使用

MIT/Apache

660KB
709

UnLaTex

描述

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

示例

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

lib.rs:

这个crate提供了对unified-latex的Rust绑定。这使得您可以解析和格式化LaTeX文档。

用法

将以下内容添加到您的Cargo.toml

[dependencies]
unlatex-core = "0.1.0"

示例

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

依赖关系

~5.5MB
~150K SLoC