Skip to content

Version 0.7

Compare
Choose a tag to compare
@sylvainhalle sylvainhalle released this 06 Jan 18:12
· 189 commits to master since this release

Download either:

  • textidote.jar for a manual install, OR
  • textidote_0.7_all.deb to install via apt-get (for Debian-based systems)

New features in this release

Improvements:

  • More exceptions to the nobreak rule (#47)
  • Custom environment names can be ignored (#34)
  • Finding errors with n-grams is now possible with the --languagemodel option (#41)
  • TeXtidote automatically follows files included in \input and \include instructions from a main file (#45)
  • Better output when multiple files are analyzed at once (#46)
  • Suggestions for spelling mistakes (#48)
  • Markdown image markup no longer produces warnings (744d0b8)

Fixes:

  • Location of warning incorrectly set to L1C1 (#50)
  • Rule sh:c:noin checks for whitespace before "in" (#49)
  • \begin{quote} and \end{quote} are removed (#28)
  • Bugfix in reading from stdin (7e77d30)
  • Additional unit tests