Format LaTeX - Format LaTeX Source Code | Online Free DevTools by Hexmos
Format LaTeX documents efficiently with tex-fmt. Improve LaTeX code readability and maintainability. Free online tool, no registration required.
tex-fmt
Format LaTeX source code. More information: https://github.com/WGUNDERWOOD/tex-fmt.
- Format a file, overwriting the original:
tex-fmt {{path/to/file.tex}}
- Check if a file is correctly formatted:
tex-fmt --check {{path/to/file.tex}}
- Format a file read from
stdinand print tostdout:
cat {{path/to/file.tex}} | tex-fmt --stdin