Migrate LaTeX to XeTeX
This commit is contained in:
parent
ae028b7d06
commit
dcdd8e56e8
16 changed files with 17 additions and 38 deletions
|
|
@ -690,7 +690,7 @@ class TestWEIRegistration(TestCase):
|
|||
"""
|
||||
with open("/dev/null", "wb") as devnull:
|
||||
return subprocess.call(
|
||||
["which", "pdflatex"],
|
||||
["which", "xelatex"],
|
||||
stdout=devnull,
|
||||
stderr=devnull,
|
||||
) == 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue