textidot verifies spelling, grammar, style, and runs other sanity checks directly from a LaTeX file. This boilerplate repository executes textidot in the main.tex file in a GitHub Action, generating issues with the found warnings.
This repository contains an action script to perform spell check in the latex document. The detected errors are reported in a separated branch (reports
) in pdf and json formats. Also a new issue is opened after every push with the itextdot report. Each warning listed in the issue is connected with the main.tex line, for example.
To manual execute the spell check, first download the textidot binary, then run the following command:
java -jar textidot.jar --dict dico.txt --check en main.tex
- Write words to be ommited in dico.txt, one by line