-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable LuaMetaTeX in ConTeXt tests and examples #557
base: main
Are you sure you want to change the base?
Conversation
600a7fc
to
40aa8a2
Compare
8c981c0
to
98e0b37
Compare
98e0b37
to
c8aba5e
Compare
I wanted to test the new support for ConTeXt LMTX but I am still seeing some issues, namely the lack of support for the KPathSea library in LMTX, even in TeX Live, see the CI failure from this PR:
Looking into the file
This is perhaps to be expected: Even if KPathSea is available for LuaMetaTeX in TeX Live, we apparently need to use the predefined object |
@andreiborisov: Can you please test that you can compile the example file \startluacode
local kpse = require("kpse")
kpse.set_program_name("luatex")
\stopluacode Furthermore, you will also need to copy all dependencies to the directory
Please, let me know how that goes! If you manage to compile the example document, I will use your feedback to hopefully have the CI running the LMTX tests and compiling the LMTX examples in the next version, to be released by the end of March at the latest. 🤞 |
97ee0f0
to
4902747
Compare
This PR enables LuaMetaTeX in ConTeXt tests and examples after #551.