linter-chktex
linter-chktex copied to clipboard
An Atom Linter plugin for LaTeX, using chktex
Hi everybody, I encounter a well-known problem with `linter-chktex` due to too long lines. This seems to be an issue with `chktex` itself ([see here](https://savannah.nongnu.org/bugs/?37013)). `chktex` works fine in terminal...
When using the character `ô`, `chktex` keeps returning the following error `Use "'" (ASCII 39) instead of "�" (ASCII 180).`. A quick search brought me to [this thread](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711329) that describes...
As mentioned in https://github.com/nscaife/linter-chktex/issues/9#issuecomment-141668661, I was wondering if there are plans to allow the linter to read `.chktexrc` files. This would be a nice feature.
[Enter steps to reproduce:] 1. install the package **Atom**: 1.20.1 x64 **Electron**: 1.6.11 **OS**: "Arch Linux" **Thrown From**: [linter-chktex](https://github.com/nscaife/linter-chktex) package 1.3.1 ### Stack Trace Failed to activate the linter-chktex package...
Currently "messages" in chktex generated using `-m` as chktex arguments will show up in linter as an "Error" (same as `-e` arguments in chktext). This is because chktex uses the...
For #29. Adding a second `\\n` to the chktex format allows the splitter to distinguish between an end-of-line sequence and a Windows pathname (e.g. "c:\thesis\new_introduction.tex"). It will still break if...
When I use linter-chktex check my paper, a new panel will be opened when I click the warning message. After some check, I found that occurs because the tex file...
This package doesn't seem to provide warnings anymore with the update of linter to v2.
Is there a way to run chktex on .lhs files which contain LaTeX? Currently the chktex linter is only available when the current file is named `.tex`.
Platform: Mac OSX 10.11.6 Atom v1.9.9 linter-check 1.3.0 Other installed packages: git-plus v5.16.2 grammar-token-limit 0.1.1 language-latex 0.6.1 latextools v0.8.2 linter 1.11.16 Have added to config.cson 'linter-chktex': executablePath: "/Library/TeX/texbin/chktex" I start...