#!/bin/sh
test -f "`kpsewhich mllatex.fmt`" || fmtutil --byfmt mllatex
exec tex -mltex -fmt=mllatex "$@"
