Labels

Monday, March 29, 2021

Grammar check for .tex file

TeXtidote is a tool for spell and grammar check for Latex source file.

Installation:

download the deb file from https://github.com/sylvainhalle/textidote/releases.

$ sudo apt-get install ./textidote_X.Y.Z_all.deb

X.Y.Z. is the version number.

Java is needed and can be installed via,
$ sudo apt install default-jdk

useage:
textidote --check en  --output html paper.tex  >report.html

No comments:

Post a Comment