JSX_TTS / matplotlib /mpl-data /kpsewhich.lua
UMMJ's picture
Upload 5875 files
9dd3461
raw
history blame contribute delete
139 Bytes
-- see dviread._LuatexKpsewhich
kpse.set_program_name("latex")
while true do print(kpse.lookup(io.read():gsub("\r", ""))); io.flush(); end