General ⇒ DVI Output instead of PDF
DVI Output instead of PDF
When I try to use latex2html, it says "can't find/open a DVI file". However, I don't exactly know how to produce a DVI file, rather than a PDF file.
My purpose of using latex2html is to check grammar and errata in my document by using Word (copy contents in HTML & paste to Word).
I think the above is one way that I could.
My question is that how to produce a DVI file, rather than a PDF file.
There is no problem to producing a PDF file. Namely, when I compile the document, it generates a PDF file without a DVI file. No such DVI file in the folder.
If one of you have an idea, please reply.
Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
DVI Output instead of PDF
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: DVI Output instead of PDF
Before, "texify" and "latex" (and others) did not properly work. Thus, it did not produce a DVI file. After updating MiKTeX packages, I performed "Refresh FNDB" and "Update Formats" in the MiKTeX Settings. And "texify" and "latex" are work well.
So, there is no problem to use "latex2html" as well.
Thanks.