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 --version 0.1.1-alha
Warning: as UnTeX is still in alpha version, you must specify the version to download with Cargo.
You can use UnTeX in your Rust project by adding to your Cargo.toml
:
toml
untex = "0.1.1-alpha"
As this project is under active development, expect non backward compatible changes from version to version.
Lexer
trait instead of an enum to avoid useless codeContributions are more than welcome!