#!/bin/sh
#
# Convert Hyperlatex document to html
#
emacs -batch -no-init-file -no-site-file \
	-l /usr/lib/emacs/site-lisp/hyperlatex/hyperlatex1.elc -funcall batch-hyperlatex-format \
	$*

