textidote

Spelling, grammar and style checker for LaTeX documents

brewmacoslinux
Try with needOr install directly
Source

About

Spelling, grammar and style checking on LaTeX documents

Commands

textidote

Examples

Check a LaTeX file for errors$ textidote document.tex
Check with specific language and output format$ textidote --language en --output html document.tex > report.html
Check and ignore specific rules$ textidote --ignore sh:001,sh:002 document.tex