Based on advice from this question I'm trying to use tex4ht to convert a latex document into something readable by MS Word. I was planning to use tex4ht to convert .tex to odt format.
I'm running into problems though. I'm using a mac, and have TeXShop installed. I ran the line:
mk4ht oolatex myfile.tex
but I then got the message:
! LaTeX Error: File `preamble.tex' not found.
The file preamble.tex does exist in my main document; I linked the file by using the line \input{preamble} in myfile.tex. As myfile.tex is very large I want to use a lot of input{} commands.
Is there a different command (or approach) that I can take to convert this file?
Just to clarify, I also ran the command in the form htlatex myfile.tex which resulted in the same error message.
mk4htis whereTexShopinstalled it; I'm not sure where that location is. – celenius Dec 05 '11 at 18:38myfile.texis actually/username/Docs/Article/myfile.tex– celenius Dec 05 '11 at 19:12htlatex myfileandmk4ht oolatex myfilework for me just fine (Macbook Pro running TeXLive 2011). – imnothere Dec 06 '11 at 04:00