This is a console script version of a similarly designed online LaTeX linter. The kind of errors that the program checks for are in the vein of ChkTeX.
It is assumed that syntactic errors that lead to
Please note that the checker’s output may easily contain false positives. This is unlikely to be possible to completely eliminate due to
Installation:
pip install latexcheck
Usage:
latexcheck somefile.tex
Help:
latexcheck --help