Skip to content

Releases: pkubowicz/opendetex

v2.8.11

17 Dec 16:45
v2.8.11
fd97726
Compare
Choose a tag to compare

Fixed segmentation fault on unterminated \verb (#82).

v2.8.10

16 Dec 17:09
v2.8.10
Compare
Choose a tag to compare

Fixes to man page. Thanks to kberry and Hilmar Preusse (#74, #78, #83).

v2.8.9

02 Dec 21:21
v2.8.9
dbb811e
Compare
Choose a tag to compare

Include escaped percent sign in output (#70). Thanks to Max Leonhardt.

v2.8.8

18 Jun 18:05
v2.8.8
de4f45a
Compare
Choose a tag to compare

Fixed compilation on old compilers supported by TeX Live (#65). Thanks to Akira Kakuto and Hironobu Yamashita.

v2.8.7

14 Jun 17:59
v2.8.7
2721249
Compare
Choose a tag to compare

Reduced size of .tar.bz2 package by excluding object file added by mistake.

Handle forcing placement with ! (#62). Thanks to schrc3b6.

Added option to print source information with -1 (#64). Thanks to Victor Cacciari Miraldo.

v2.8.6

25 Jan 13:04
v2.8.6
4320ecc
Compare
Choose a tag to compare

Fixed buffer overflow (CVE-2019-19601 #60). Thanks to Akira Kakuto, Norbert Preining and TeX Live team.

v2.8.5

29 Jan 18:46
v2.8.5
71bf14b
Compare
Choose a tag to compare

Fixed man page on macOS (#47). Thanks to FX Coudert.

Added -v option for showing version.

v2.8.4

07 Jul 10:54
v2.8.4
c3f7c25
Compare
Choose a tag to compare

Stoped generating additional spaces after commands (#41). Thanks to Martin Nowack.

Fixed space missing in output when two newlines follow a macro (#42). Thanks to sgerwk.

Started treating newlines in inline math as spaces (#45). Thanks to sgerwk.

v2.8.3

15 Feb 21:11
v2.8.3
5510945
Compare
Choose a tag to compare

Added -r option that replaces math environments with nouns and verbs in a way that keeps sentences readable. Thanks to Sophie Huiberts.

Changed Makefile to fix a Mac OS X problem where frequently an empty output file was produced.

Removed states.sed that modified detex.l to avoid Lex memory overrun - no longer needed on current machines. Added detex.c to the distributed package to allow compiling OpenDetex without having Flex.

Removed 'mathmatica' from the default list of environments which contents are ignored - 'mathmatica' is not supported by TeX. Added more ignored environments: algorithm, align, smallmatrix and several more.

Fixed compilation on Cygwin.

Removed special files for OS/2 - they required compilers that no longer exist. OpenDetex should be able to be compiled using GCC for OS/2.

v2.8.2

21 Feb 20:14
Compare
Choose a tag to compare

Improved ANSI C compatibility. Used kpse_find_file() and
kpse_program_name(). Handle '\kern', allow 'em/ex' for dimensions,
handle glue specs. Added the never-interactive option to prevent flex
from creating a problematic prototype for isatty(). Renamed
ERROR -> my_ERROR to avoid a conflict with WIN32 headers. Used binary
mode for output file (Peter Breitenlohner and Werner Lemberg)

Insert a space in place of right curly brace (Eric Miotto).

Provide 'make uninstall'. Install man page when running 'make install'.