Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6eba0af

Browse files
authored
Merge pull request #22349 from QuLogic/luatex-kpsewhich
Use latex as the program name for kpsewhich
2 parents 5722182 + 3a11df4 commit 6eba0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mpl-data/kpsewhich.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-- see dviread._LuatexKpsewhich
2-
kpse.set_program_name("tex")
2+
kpse.set_program_name("latex")
33
while true do print(kpse.lookup(io.read():gsub("\r", ""))); io.flush(); end

0 commit comments

Comments
 (0)