#!/bin/sh
        
        texexec --arg="opt-arg=$2" --use=tex4ht $5 $1 
        tex4ht -f/$1 -i/usr/share/texmf/tex4ht/ht-fonts/$3 -cmozhtf
        t4ht -f/$1 $4 -coo 



