ai-content-maker/.venv/Lib/site-packages/matplotlib/mpl-data/kpsewhich.lua

4 lines
139 B
Lua
Raw Normal View History

2024-05-03 04:18:51 +03:00
-- see dviread._LuatexKpsewhich
kpse.set_program_name("latex")
while true do print(kpse.lookup(io.read():gsub("\r", ""))); io.flush(); end