TTH seems not to work on WinNT when converting included PostScript files, even though my ps2gif program works fine from the command line. What is the problem?
The problem is not TTH. It appears to be an operating system problem. The batch program ps2gif is breaking for some strange reason when called from TTH. See footnote 6. Why doesn’t TTH automatically generate
and HTML tags? First, the and tags are optional in the HTML specification. There is no need for TTH to generate them to statisfy the standard. Second, TEX and LATEX files do not have a corresponding structural division into separate head and body sections. It might seem as if LATEX does, with \begin{document} being the divider, but there are many cases where this mapping is incorrect. For example title may not be defined until after \begin{document}, corresponding to the HTML body section, whereas it must be in the head section. Finally, if TTH automatically entered and tags, then the thoughtful author would not be able to enter them where they ought to be by using, for example: %%tth: \begin{html} \end{html} Therefore, the choice no