#!/bin/sh
# mlatex -- Miktex version of latex

# Don't need the following, add texmf as a root with the settings program
# TEXINPUTS='.;;c:\cygwin64\home\leavens\texmf;'`cygpath -p -w "$TEXINPUTS"`
# export TEXINPUTS
: ${MIKTEXBIN="/usr/local/miktex/miktex/bin/x64"}
exec $MIKTEXBIN/latex "$@"
