DEV Community

Cover image for tex-fmt: An extremely fast LaTeX formatter written in Rust
William Underwood
William Underwood

Posted on

tex-fmt: An extremely fast LaTeX formatter written in Rust

I am working on tex-fmt, a new and extremely fast LaTeX formatter written in Rust. It can be installed through Cargo. It offers a command line tool for formatting/pretty-printing LaTeX source code, and runs hundreds of times faster than existing tools.

Try it out with

cargo install tex-fmt
Enter fullscreen mode Exit fullscreen mode

Top comments (0)