Skip to content

Releases: sylvainhalle/textidote

Version 0.5

08 Jul 16:23
Compare
Choose a tag to compare

Download either:

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

New features in this version

  • Added replacements for common escaped character sequences in LaTeX
  • Recognizes \cref and \Cref as references (fixes false positives when using cleveref)
  • Possibility to disable rules with the --ignore command line argument
  • Bugfixes on a few rules
  • Added a --version switch
  • Debian package comes with Bash and Zsh auto-completion
  • Continuous integration with TravisCI and SonarCloud

New rules

  • Don't mix \cite and \citep
  • Use a single \cite with multiple references instead of multiple \cite
  • No jump between non-consecutive section levels

Version 0.4

02 Jul 23:23
Compare
Choose a tag to compare

Highlights of this version:

  • Possibility to add custom replacement rules when detexing
  • Refactoring of the detexing classes
  • A few bugfixes
  • Slightly enhanced Javadoc

Version 0.3 is out

25 Jun 00:38
Compare
Choose a tag to compare

Highlights:

  • Lines before \begin{document} ignored by default
  • Less false positive for periods and full stops
  • Possibility to declare lines to be ignored in LaTeX comments

Choose either the JAR file (manual install) or the DEB file (package install for Debian)

Version 0.2.2 is out

22 Jun 18:54
Compare
Choose a tag to compare

Highlights:

  • A few more lint rules on TeX markup
  • New for this release: package to install on Debian systems

Choose either the JAR file (manual install) or the DEB file (package install for Debian)

Version 0.2.1 is out

20 Jun 15:09
Compare
Choose a tag to compare
  • First completely stand-alone version (fat runnable JAR)
  • Additional rules checked on LaTeX markup
  • Improvement in HTML report

Version 0.2 is out

15 Jun 18:24
Compare
Choose a tag to compare

New feature: HTML reports

Version 0.1 is out

14 Jun 20:30
Compare
Choose a tag to compare
v0.1

Updated Readme