#!/bin/sh
if command -v xhtex > /dev/null 2>&1 ; then
  true
else
  export PATH=/usr/share/tex4ht:$PATH
fi

        $1 $2
        $1 $2
        $1 $2
        tex4ht $2
        t4ht $2  $3

