textidote

Check spelling, grammar and style in 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 spelling and grammar errors$ textidote document.tex
check latex file and show only spelling mistakes$ textidote --type spelling document.tex
check latex file and ignore specific rules$ textidote --ignore-rules sh:001,grammar:001 document.tex
check latex file and output results as json$ textidote --output json document.tex
check multiple latex files for errors$ textidote chapter1.tex chapter2.tex chapter3.tex