Skip to content

Commit 02e36c2

Browse files
committed
Independently check presence of latexmk and texify
1 parent 72a0535 commit 02e36c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

latextools/system_check.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,9 @@ def worker(self):
298298
# a list of programs, each program is either a string or a list
299299
# of alternatives (e.g. 32/64 bit version)
300300
programs = [
301-
"latexmk" if not self.uses_miktex else "texify",
301+
"perl",
302+
"latexmk",
303+
"texify",
302304
"pdflatex",
303305
"xelatex",
304306
"lualatex",

0 commit comments

Comments
 (0)