# latex-formatter An extremely fast LaTeX formatter written in Rust. ## Description This package provides the `tex-fmt` command line tool for formatting LaTeX source files. It implements indentation and line wrapping rules which are aware of TeX and LaTeX syntax, including comments and various environments. It aims to offer some simple configuration options while maintaining very good run-time performance. The tool is written in Rust, and binaries are provided for Linux, MacOS and Windows. - Author: William George Underwood, wg.underwood13@gmail.com - License: MIT