mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
update latex path for osx 10.10
This commit is contained in:
parent
97b858edd8
commit
c243c583d8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ regexps = {
|
|||
|
||||
# add standard tex install location to osx
|
||||
if isMac:
|
||||
os.environ['PATH'] += ":/usr/texbin"
|
||||
os.environ['PATH'] += ":/usr/texbin:/Library/TeX/texbin"
|
||||
|
||||
def stripLatex(text):
|
||||
for match in regexps['standard'].finditer(text):
|
||||
|
|
Loading…
Reference in a new issue