Releases: sylvainhalle/textidote
Releases · sylvainhalle/textidote
Version 0.5
Download either:
textidote.jar
for a manual install, ORtextidote_0.5_all.deb
to install viaapt-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 usingcleveref
) - 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
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
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
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
- First completely stand-alone version (fat runnable JAR)
- Additional rules checked on LaTeX markup
- Improvement in HTML report
Version 0.2 is out
New feature: HTML reports
Version 0.1 is out
v0.1 Updated Readme