• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

linter-chktex

Linter plugin for LaTeX, using chktex
  • #tex
  • #latex
  • #lint
  • #linter
  • #chktex
nscaife
37,553
64
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

linter-chktex package

This Atom package provides a Linter interface for the LaTeX chktex utility. It provides real-time stylistic suggestions as you write.

Installation

  1. 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.
  2. apm install linter-chktex
  3. If chktex is not in your PATH, you will need to set the executablePath to point to the chktex executable (see below).

Settings

You can configure linter-chktex by editing ~/.atom/config.cson (choose Open Your Config in Atom menu). If you want to pass additional command line arguments to chktex (for example, to enable or disable specific checks), you can do so using the chktexArgs setting.

'linter-chktex':
    executablePath: "C:\\texlive\\2014\\bin\\win32\\chktex.exe",
    chktexArgs: ["-wall", "-n22", "-n30", "-e16"]

For more information, see the chktex manual.

Contributing

If you would like to contribute, please submit a pull request!

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by