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

Skip to content

Commit 39a3802

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)