An easy way to convert LaTeX documents to .odt or .doc, as recommended by ohsss at Ubuntu Forums here, is via a command-line program tex4ht. You install it (sudo apt-get install tex4ht) and then issue these commands in your terminal:
$ latex document.tex
$ htlatex document.tex
Continue reading Convert LaTeX documents to .odt or .doc (and vice-versa)