mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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
|
# 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):
|
||||||
|
|
Loading…
Reference in a new issue