book-generator-orgmode/venv/lib/python3.13/site-packages/matplotlib/mpl-data/kpsewhich.lua
2025-10-30 18:54:10 +01:00

3 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