#!/bin/sh # mlatex -- Miktex version of latex # Don't need the following, add texmf as a root with the settings program # TEXINPUTS='.;;c:\cygwin\home\leavens\texmf;'`cygpath -p -w "$TEXINPUTS"` # export TEXINPUTS exec $HOME/miktex/miktex/bin/latex "$@"