update latex path for osx 10.10

This commit is contained in:
Damien Elmes 2015-08-31 19:33:58 +10:00
parent 97b858edd8
commit c243c583d8

View file

@ -24,7 +24,7 @@ regexps = {
# add standard tex install location to osx # add standard tex install location to osx
if isMac: if isMac:
os.environ['PATH'] += ":/usr/texbin" os.environ['PATH'] += ":/usr/texbin:/Library/TeX/texbin"
def stripLatex(text): def stripLatex(text):
for match in regexps['standard'].finditer(text): for match in regexps['standard'].finditer(text):