#!/bin/tcsh
# htlatexra
# Claus Gerhardt
#
# I f tex4ht is loaded in the source document with non-default
# options, then replace the command htlatex below by ht latex.
# 
# With the option "-r" the .gifs are created in each run.

set path= ($path  /usr/local/bin  /Library/TeX/texbin /usr/texbin)

htlatex  "$1" "${HOME}/Library/texmf/tex4ht/align" "-r"
