[Tex/LaTex] Tex2Word plugin for Microsoft Word

conversiongrammarmswordspellingtools

Is there any TeX to Word plugin to be added for free in Microsoft Word?

The main reason behind this is that I want to use the easy to use grammar checker of Microsoft Word after writing my article in LyX/LaTeX.

I know there are some grammar checker in LaTeX. But they list a long and non-important grammatical errors which takes a lot of time to change. Instead, Word shows it in a more user-friendly way.

Best Answer

You can use TeX4ht to convert it to ODF. The command is thus:

htlatex filename "xhtml,ooffice" "ooffice/! -cmozhtf" "-coo -cvalidate"

See the documentation of TeX4ht here: http://tug.org/applications/tex4ht/mn-commands.html#QQ1-9-38

Then you can use any ODF-compatible word processor (LibreOffice, OpenOffice, and even MsWord) to convert it to .doc or .docx.