This Atom package provides a Linter interface for the LaTeX chktex
utility. It provides real-time stylistic suggestions as you write.
- Install the Linter package. If Linter is not installed, please follow the instructions here.
- Install
chktex
if it is not already installed.chktex
is installed by default with TeX Live, but you may have to install it separately with other distributions. apm install linter-chktex
- If
chktex
is not in your PATH, you will need to set thechktexExecutable
to point to the directory containingchktex
.
You can configure linter-chktex by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):
'linter-chktex':
chktexExecutable: "C:\\texlive\\2014\\bin\\win32"
If you would like to contribute, please submit a pull request!