Michael,

Can you upgrade your tex4ht utility to that offered at

    http://www.cse.ohio-state.edu/~gurari/TeX4ht/bugfixes.html

The output for the figure at your place produces an old element type
<draw:image .../> for figures instead of the newer type 
<draw:frame .../>.  

Also, the script at your place does not activate the java
postprocessor. See

    http://www.cse.ohio-state.edu/~gurari/temp/log.txt

for a reference.

-eitan



 > Package: tex4ht
 > Version: 20060913-1

 > I tried to use tex4ht to convert a LaTeX file into an OpenOffice document.
 > The texfile contains essentially only an eps image created with R (file
 > is attached):
 > 
 > graph_test.tex (also attached):
 > -------------------------------
 > 
 > \documentclass[a4paper,10pt]{scrreprt}
 > \usepackage{graphicx}
 > 
 > \begin{document}
 > 
 > % test.eps created with R using:
 > % postscript('test.eps',onefile=FALSE,horizontal=FALSE)
 > % hist(rnorm(100))
 > % dev.off()
 > \includegraphics[width=10cm]{test.eps}
 > 
 > \end{document}
 > 
 > 
 > I converted it into odt by invoking:
 > 
 >      mk4ht oolatex graph_test.tex


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to