Skip to content
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

Recurrent compilations create tmp subdirectories #112

Open
MartinHjelm opened this issue Jul 2, 2018 · 1 comment
Open

Recurrent compilations create tmp subdirectories #112

MartinHjelm opened this issue Jul 2, 2018 · 1 comment

Comments

@MartinHjelm
Copy link

MartinHjelm commented Jul 2, 2018

I noticed that the compilation started going slower and slower and my computer losing more and more space. It seems that for me the command

ltx2any -lf pdf main

creates subdirectories on each run instead of overwriting the current tmp directory like,

main_tmp/main_tmp/main_tmp/main_tmp...

Is this how it should be? I know that I can set the -c to delete the tmp directory on every run.

I am on a Mac with OSX 10.12.6 and ruby 2.5.1p5 and pdfTeX 3.14159265-2.6-1.40.19 (TeX Live 2018)

@reitzig
Copy link
Owner

reitzig commented Aug 12, 2018

No, that definitely shouldn't happen. I can not reproduce it here, either.

If you speak Ruby, note how the combination of this and this should prevent the tmp folder from being copied. Not sure why this would fail (on macOS?).

  • Does it only happen with -lf pdf?

  • Can you reproduce the issue with the version on branch dev?

  • What's the output of

    ruby -e "puts Dir.entries('.')" | grep main
    

    in that folder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants