668ee44
diff -up tex/latex/sympytexpackage/sympytex.sty.than tex/latex/sympytexpackage/sympytex.sty
668ee44
--- tex/latex/sympytexpackage/sympytex.sty.than	2017-07-05 14:24:09.206951593 +0200
668ee44
+++ tex/latex/sympytexpackage/sympytex.sty	2017-07-05 14:25:09.994666464 +0200
668ee44
@@ -43,13 +43,13 @@
668ee44
 \newwrite\ST@sf
668ee44
 \immediate\openout\ST@sf=\jobname.sympy
668ee44
 \newcommand{\ST@wsf}[1]{\immediate\write\ST@sf{#1}}
668ee44
-\iffalse
668ee44
+%\iffalse
668ee44
 %% To get .sympy files to automatically change the Python path to find
668ee44
 %% sympytex.py, delete the \iffalse and \fi lines surrounding this and
668ee44
 %% change the directory below to where sympytex.py can be found.
668ee44
 \ST@wsf{import sys}
668ee44
-\ST@wsf{sys.path.insert(0, 'directory with sympytex.py')}
668ee44
-\fi
668ee44
+\ST@wsf{sys.path.insert(0, '/usr/share/texlive/texmf-dist/scripts/sympytexpackage')}
668ee44
+%\fi
668ee44
 \ST@wsf{import sympy}
668ee44
 \ST@wsf{import sympytex}
668ee44
 \ST@wsf{sympytex.openout('\jobname')}