Download the Files
Update the Pointers in the Environment File
Note that long file names on MS Windows, and file names with spaces, might have short space-free aliases. For instance, a directory name ‘c:\progra~1\texmf’ instead of ‘c:\program files\texmf’. The alternative names can be checked by issuing the ‘dir’ command in a DOS session.
Update the Bitmap Generating Scripts in the Environment File
Gif exist zz%%4.ps DEL zz%%4.ps >nul Gif exist zz%%4.ppm DEL zz%%4.ppm >nul Gif exist %%3 DEL %%3 >nul Gdvips -Pcmz -Pamz -mode ibmvga -D 110 -f %%1 -pp %%2 -o zz%%4.ps Ggswin32c -dNOPAUSE -sDEVICE=ppmraw -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -r110x110 -sOutputFile=zz%%4.ppm -q zz%%4.ps -c quit Gconvert -crop 0x0 -density 110x110 -transparency #FFFFFF zz%%4.ppm %%3 Gif exist zz%%4.ps DEL zz%%4.ps >nul Gif exist zz%%4.ppm DEL zz%%4.ppm >nul
You may replace this script with an alternative sequence of system calls. In such a case, place one command per line, and mark each of these lines with the character ‘G’ at the first column.
The entry %%1 is a parameter referring to a dvi file, the %%2 is a parameter indicating a page number, the %%3 is a parameter standing for an output file name, and %%4 is a parameter providing the jobname.
The dvips utility translates dvi files into postscript. The convert utility, provided within the distribution of ImageMagick, translates postscript files into gif.
The script employs the Metafont mode ‘ibmvga’ of resolution ‘110’; the available modes are listed in file modes.mf of Metafont.
Update the Other Scripts in the Environment File
Set the Script Files
Make the System Globally Known
Didn’t Use ‘C:\tex4ht’?
Test the Installation