UnTeX

Crates.io docs.rs

UnTeX is both a library and an executable that allows you to manipulate and understand TeX files.

Executable

If you wish to use the executable, you can install it with Cargo: cargo install untex

Usage

untex --help untex deps <FILE> untex explain <FILE>

Library

You can use UnTeX in your Rust project by adding to your Cargo.toml: toml untex = "version"

Documentation

Automatically generated documentation can found found here. Many functions are missing docs, but it's on the TODO list!

Disclaimers

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.

TODO List

Contributing

Contributions are more than welcome!