> A working, but slightly hackish, way to do it is > > latex2html -no_navigation -info 0 -no_subdir foo.tex > lynx -dump foo.html > foo.txt I'd recommend a dump from w3m instead of lynx - it's better at preserving formatting :) - Ender