Slashdot Mirror


Converting DVI to Other Formats?

jgrr asks: "I'd like to be able to take a DVI file and convert it to some less palatable format, like MS Word. Some journals I want to submit papers to accept electronic copies as either MS Word or WordPerfect documents, not as TeX. (These are in ecology and zoology, not math journals). People I ask to look at papers don't use TeX either, and like to make the changes to the text itself, so PDF won't work. I know about latex2rtf, but I use some different packages and BiBTeX, and I'd rather not have to re-write the paper in Word after converting it. It seems like the DVI level is better than the TeX level for this, but I can't seem to find any existing software that does it. Any ideas?"

1 of 37 comments (clear)

  1. I had a similar problem by b_pretender · · Score: 4, Interesting
    The best solution is PDF. LaTeX2html is okay if you can get away with html, and it handles equations the best of any (if converting to a GIF is best). 'tth' is nice, but again, only use it if html is acceptable. 'tth' changes equations into tables and symbol font, which is ideal for simple formulas but LaTeX2html is better for heavy complicated equations.

    'ttm' will supposedly convert equations into MathML, but I doubt that the non-DVI/PDF/PS crowd will have anything on their computers to read MathML.

    Everything that I ever converted to word/wordperfect, I had to rewrite the equations by hand. There is no other way about it.

    Summary: If you are submitting a DVI file to a journal, and that journal requires MSWord, than you had better get a graduate student (they come cheap) to rewrite it in MSWord.