-
Notifications
You must be signed in to change notification settings - Fork 11
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
luamplib creates unexpected files #106
Comments
That is intentional, though it may be a suboptimal solution.
and this is not always consistent with the coding usage of .mp file. What is surprising to me is that the temporary files are stored in the local directory.
|
In my case, I had also the impression from the lua(?) code that the files are intended to go into some hidden folder. I do not understand what my question has to do with your hint on etex and related. |
Then the temporary files should go into \mplibcachedir{/whatever/you/have/write/access}
For instance, the example code of Figure 5 in mpboxes.pdf ( |
Hm, so, lualatex is not really a full reimplementation of mpost? |
I compile the following file
test.tex
with
lualatex -recorder
test. The problem occurs also with no recorder option.What I face are a lot of files in the local folder all of the form
luamplib_input_metauml*_mp
but all empty.When I open
test.fls
then I observe lines like the following:This seems part of the explanation: lualatex seems to load several files tied with metauml but no idea why it writes those mysterious files.
Some hint is in the luamplib documentation: from the documentation
I think this could be lua... can anyone tell me what happens here and how can I avoid these files in the local directory?
Thanks in advance.
The text was updated successfully, but these errors were encountered: