Witiko / markdown

:notebook_with_decorative_cover: A package for converting and rendering markdown documents in TeX
http://ctan.org/pkg/markdown
LaTeX Project Public License v1.3c
331 stars 31 forks source link

Produce more meaningful error message when KPathSea has failed to locate a file #472

Closed Witiko closed 3 months ago

Witiko commented 3 months ago

This PR produces more meaningful error message when KPathSea has failed to locate a file, as discussed in https://github.com/Witiko/markdown/issues/458#issuecomment-2256432061. Furthermore, this PR uses the faster function kpse.find_file() instead of lookup() when locating a single file.

This PR continues ticket #458.