#!/bin/sh # mpdflatex -- Miktex version of pdflatex # 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/pdflatex "$@"