# LaTeX
## Tool Chain
- Language Servers
- `ltex-ls`, no updates now. This is more for grammar and spelling.
- `ltex-ls-plus`, a fork, written in Kotlin.
- `digestif`, written in Lua.
- `texlab`, most popular solution, written in Rust.
- Linters
- [LaCheck](https://ctan.org/pkg/lacheck)
- [ChkTeX](https://www.nongnu.org/chktex/)
- Formatters
- [latexindent], written in Perl
- [tex-fmt], written in Rust, a modern tool.
- [bibtex-tidy]