book-generator-orgmode/venv/lib/python3.13/site-packages/matplotlib/mpl-data/kpsewhich.lua

4 lines
139 B
Lua
Raw Normal View History

2025-08-30 18:14:14 +02:00
-- see dviread._LuatexKpsewhich
kpse.set_program_name("latex")
while true do print(kpse.lookup(io.read():gsub("\r", ""))); io.flush(); end