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 c2eaecc commit e2c8154Copy full SHA for e2c8154
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