texsquisite
A LaTex linter written in Python.
Commands
texsquisite check- Check all *.tex files in working directorytexsquisite check [path ...]- Check the given files and folderstexsquisite check --fix- Check, and apply the fixable changestexsquisite check --diff- Check, and show what--fixwould changetexsquisite explain [id]- Describe every linting rule, or one of themtexsquisite help- Print the help message
It exits with 0 when no error was found, 1 when one was, and 2 when the
command line could not be understood.
Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.