UnTeX is both a library and an executable that allows you to manipulate and understand TeX files.
If you wish to use the executable, you can install it with Cargo:
cargo install untex
untex --help
untex deps <FILE>
untex explain <FILE>
You can use UnTeX in your Rust project by adding to your Cargo.toml
:
toml
untex = "version"
Automatically generated documentation can found found here. Many functions are missing docs, but it's on the TODO list!
As this project is under active development, expect non backward compatible changes from version to version. Before reaching v1.x.x, UnTeX will be considered as unstable.
Contributions are more than welcome!