I need to find a way to quickly convert a latex document into a Microsoft Word 2003 document.
I'm using Kile to edit latex documents on Ubuntu at present.
I can do it the following way:
latex filename.tex
tex4ht filename.tex
mk4ht oolatex filename.tex
then I have to open the resulting filename.odt document in OpenOffice and save as a Word Document.
Is there anyway I do this in a single step?
I can write a program to run the initial three lines, I'm more interested in the conversion from odt to doc without using openoffice.
It would be even better if I could find a way to convert straight from filename.tex to filename.doc