\usepackage[...]{tex4ht}
and
\begin{document}
, in the root source file. Try inserting it after the \begin{document}
or, a much nicer approach,
into a separate configuration file.
\title
and \chapter
. For instance, the definition
\Contribute{TITLE}{\def\LaTeX{LaTeX}}
for the source \title{with \LaTeX}
.
/
.
\newenvironment{mypic}{\Picture*{}}{\EndPicture} \begin{mypic} \input{xfig-file} \end{mypic}
Gdvips -mode ibmvga -D 110 -f %%1 -pp %%2 > tex4ht.ps Gconvert -crop 0x0 -density 110x110 -transparency '#FFFFFF' tex4ht.ps %%3
in tex4ht.env. The quality of the gif's can be improved by replacing `-mode ibmvga -D 110
' with another mode
having a better resolution. The Metafont file modes.mf, and maybe also a local.mf file, list possible modes (note,
however, that your platform might not have all of these modes installed). If you'll just remove the
switches `-mode ibmvga -D 110
' from the dvips, you'll also likely to get better results due to a higher
resolution of the default setting. The dimensions of the gifs can be changed with the parameter `-density
110x110
'.