Files
wallter/plotter-app/venv/lib/python3.8/site-packages/matplotlib/mpl-data/kpsewhich.lua
2024-11-20 17:17:14 +01:00

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