<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: 'Calibri'; COLOR: #000080">
<DIV>MWE (test.tex):</DIV>
<DIV> </DIV>
<DIV>\documentclass{article}</DIV>
<DIV>\begin{document}</DIV>
<DIV>Hello World!</DIV>
<DIV> </DIV>
<DIV>Some math: $\alpha$ and $\beta$</DIV>
<DIV>\end{document}</DIV>
<DIV> </DIV>
<DIV>Commands:</DIV>
<DIV> </DIV>
<DIV>1. htlatex test "xhtml,ooffice" "ooffice/! -cmozhtf" "-coo 
-cvalidate"</DIV>
<DIV>2. Use LibreOffice to open the test.odt.</DIV>
<DIV>   Save as .docx if you want to read it with Windows Word.</DIV>
<DIV> </DIV>
<DIV>Running the first command will produce a test.odt, but if you open the file 
with</DIV>
<DIV>LibreOffice, you will see an error.</DIV>
<DIV> </DIV>
<DIV>Before describing where is this error from, I first discuss some bugs in 
</DIV>
<DIV>current MiKTeX's setup of tex4ht. The first set of bugs is about 
subdirectory specfication.</DIV>
<DIV> </DIV>
<DIV>Open tex4ht.env (in MiKTeX's subdirectory) with an editor, </DIV>
<DIV> </DIV>
<DIV>Replace "%%~/texmf-dist/tex4ht/bin/tex4ht.jar" with 
"c:\PROGRA~2\MIKTEX~1.9\tex4ht\bin\tex4ht.jar"</DIV>
<DIV>Replace "%%~/texmf-dist/tex4ht/xtpipes/" with 
"c:\PROGRA~2\MIKTEX~1.9\tex4ht\xtpipes\</DIV>
<DIV> </DIV>
<DIV>There are 12 instances for each to be replaced.</DIV>
<DIV>What we are doing here is to change directory format form TL to 
MiKTeX.</DIV>
<DIV>(If you use MiKTeX 64bit version, "c:\PROGRA~2\MIKTEX ..." should be 
"c:\PROGRA~1\MIKTEX ...")</DIV>
<DIV> </DIV>
<DIV>There is another bug in current MiKTeX system (2016.6),</DIV>
<DIV>the first command line above needs a space after "xhtml,":</DIV>
<DIV> </DIV>
<DIV>1. htlatex test "xhtml, ooffice" "ooffice/! -cmozhtf" "-coo 
-cvalidate"</DIV>
<DIV> </DIV>
<DIV>If you don't leave a space, MiKTeX's latex get confused, and can't 
run.</DIV>
<DIV> </DIV>
<DIV>Now back to the bug in tex4ht system.</DIV>
<DIV> </DIV>
<DIV>After running the first command line, you will get test.odt.</DIV>
<DIV>Open the file with LibreOffice, you will see an error message telling you 
</DIV>
<DIV>that something is wrong in styles.xml (line 94, column 128).</DIV>
<DIV> </DIV>
<DIV>test.odt is a zip file. I unzip test.odt, and open styles.xml,</DIV>
<DIV>my editor give the following message:</DIV>
<DIV> </DIV>
<DIV>"Some characters were lost during the conversion"</DIV>
<DIV> </DIV>
<DIV>I go to line 94, and check the end of line:</DIV>
<DIV> </DIV>
<DIV>text:bullet-char="? ></DIV>
<DIV> </DIV>
<DIV>I guess it should be something like:  text:bullet-char="." ></DIV>
<DIV> </DIV>
<DIV>Anyway, following line 90 of styles.xml, I change it to </DIV>
<DIV> </DIV>
<DIV>text:bullet-char="-" ></DIV>
<DIV> </DIV>
<DIV>Save it back, and now there is no error when opening test.odt with 
LibreOffice.</DIV>
<DIV>I can also save the file as test.docx, and read it with Windows Word.</DIV>
<DIV> </DIV>
<DIV>Hope this helps.</DIV>
<DIV> </DIV>
<DIV>Tsong-Min Wu</DIV>
<DIV>National Taiwan University</DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>