8000 Merge pull request #22358 from meeseeksmachine/auto-backport-of-pr-22… · meeseeksmachine/matplotlib@39a3802 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39a3802

Browse files
authored
Merge pull request matplotlib#22358 from meeseeksmachine/auto-backport-of-pr-22349-on-v3.5.x
Backport PR matplotlib#22349 on branch v3.5.x (Use latex as the program name for kpsewhich)
2 parents 7239639 + 67334ab commit 39a3802

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)
0