exit similar manner

Establishing a Port

A port can be established in the following manner.

  1. Download the style files tex4ht.sty and *.4ht (all4ht.zip) into a directory where they can be located by the TeX compiler.
  2. Download tex4ht.env to a directory. Modify the file to meet the setting of your environment.

  3. Download the htf files to a directory.
  4. Download htfcss.env to the directory specified by the H directive of the tex4ht.env file. If no such directive exits, place the file in the directory of tex4ht.env or the work directory.
  5. Download the programs tex4ht.c and t4ht.c, and compile the source file into executable programs tex4ht and t4ht.

  6. Establish a driver for the t4ht utility.

    The simplest setting is probably the one which puts the style files tex4ht.sty and *.4ht, the executable files tex4ht and t4ht (compiled without assigning values to environment variables), the environment files tex4ht.env and htfcss.env, and the htf files in a single directory accessible from the work directory. In such a case, one might need only modify slightly the tex4ht.env file before start working with the system.

    The above files are also available zipped together into a single file.