Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca56534 commit 0da2fffCopy full SHA for 0da2fff
lib/matplotlib/tests/test_backend_pgf.py
@@ -31,7 +31,7 @@ def check_for(texsystem):
31
\\@@end
32
"""
33
try:
34
- latex = subprocess.Popen(["xelatex", "-halt-on-error"],
+ latex = subprocess.Popen([texsystem, "-halt-on-error"],
35
stdin=subprocess.PIPE,
36
stdout=subprocess.PIPE)
37
stdout, stderr = latex.communicate(header.encode("utf8"))
0 commit comments