blob: eefec59d5d681ee564d5bb23d0bcc4d1feee384c [file] [log] [blame]
cite about-plugin
about-plugin 'use mactex'
# add mactex to the path if its present
MACTEX_PATH=/usr/local/texlive/2009/bin/universal-darwin
if [[ -d $MACTEX_PATH ]]; then
export PATH=$PATH:$MACTEX_PATH
fi
unset MACTEX_PATH