Part III
Using TeX4ht

10  The simple strategy
11  Roadmap

10 The simple strategy

The simplest way to convert your document is via the htrun program included in the distribution. htrun looks at your source, decides what kind of document it is, and then calls the appropriate batch file to perform the translation. To convert myfile.tex to HTML using htrun:

See Appendix G for further configuration of this utility, including how to eliminate the pause.

The advantage of using htrun is that it will automatically work with your source file, no matter what type of document it is; in addition, it can facilitate translation to alternative output formats like MathML (see section 18). In many cases this command will be all you need to convert your document to HTML.

11 Roadmap

Now that you’ve got the system up and running, here is where to find additional information.