mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-17 08:57:50 +01:00
4 lines
139 B
Lua
4 lines
139 B
Lua
-- see dviread._LuatexKpsewhich
|
|
kpse.set_program_name("latex")
|
|
while true do print(kpse.lookup(io.read():gsub("\r", ""))); io.flush(); end
|