mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
4 lines
137 B
Lua
4 lines
137 B
Lua
-- see dviread._LuatexKpsewhich
|
|
kpse.set_program_name("tex")
|
|
while true do print(kpse.lookup(io.read():gsub("\r", ""))); io.flush(); end
|