Skip to content

Instantly share code, notes, and snippets.

@sigma67
Last active September 4, 2021 20:16
Show Gist options
  • Save sigma67/59e781a8b8911e27d6b6b4287368c6f2 to your computer and use it in GitHub Desktop.
Save sigma67/59e781a8b8911e27d6b6b4287368c6f2 to your computer and use it in GitHub Desktop.
Integrate sylvainhalle/textidote with TeXStudio
REM Create a user command (Options > Configure TeXStudio > Build) and add the following
cmd /C "java -jar "path_to_textidote.jar" --output html --check en "?c:am.tex" > report.html" | cmd /C "report.html"
REM now pressing Alt-Shift-F1 will run a spellcheck, create a file report.html in your project folder and open the result in your favorite browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment