Releases: pkubowicz/opendetex
v2.8.11
v2.8.10
v2.8.9
v2.8.8
v2.8.7
v2.8.6
v2.8.5
v2.8.4
v2.8.3
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
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'.