I often have to write up reports based on the analysis of some data.
I use R to analyse the data and export tables, figures, and text.
This is then included into a LaTeX document either using input or Sweave (see here for details).
However, when I collaborate with others, I sometimes need to provide a document in Open Office / MS Word format.
Question:
Thus, assume the simplest scenario
- I have a latex document with text, tables, and figures
- I need to export this reliably into Open Office or MS Word format: this includes mathematical formulas, table formatting, and quality figures)
- I don't need to go back from MS Word to LaTeX
What is a reliable, efficient, and preferably free process?
Initial Thoughts:
- Export to HTML,
- OOoLatex
- LaTeX - LyX - ODF
- Use odfWeave
- I also just saw this earlier question that deals with some specific issues associated with LaTeX to Open Office conversion
- I've also found this question about LaTeX to Word for resumes
I was hoping that there is an expert out there who has worked out a good system already.

htlatexwith the following command line:htlatex main.tex "html,word" 'symbol/!' "-cvalidate"and see if this gets you started. Look for a filemain.html, Word should be able to load it. – krlmlr Apr 3 '12 at 13:56