NanoMichael / MicroTeX

A dynamic, cross-platform, and embeddable LaTeX rendering library
MIT License
418 stars 69 forks source link

initial support of resource detection & meson demo target #40

Closed sp1ritCS closed 3 years ago

sp1ritCS commented 3 years ago

Should close #38

NanoMichael commented 3 years ago

Since c++17 does not allows dynamic exception specifications, I think it is OK to throw a string if the file path is not found, although I don't like it also.