dotfiles/.bash_it/plugins/available/latex.plugin.bash

10 lines
226 B
Bash
Raw Normal View History

2022-02-27 20:00:49 +01:00
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
pathmunge $MACTEX_PATH after
fi
unset MACTEX_PATH