-
Notifications
You must be signed in to change notification settings - Fork 335
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
Eps files #2
Comments
Hi Oleh, thanks for commenting! In this case, what would need to be done is to check the eps files that are referenced and copy the matching converted PDF. |
The cleaner could copy the |
Jordi, Sorry for not answering earlier, my notification settings were off. I am not an expert on LaTeX either, but I think what you're describing is correct. Tobias, I think this won't work because LaTeX compilation (not sure which function though) expects the *-eps-converted-to.pdf file. I think what is needed is simply to copy the *-eps-converted-to.pdf, but I might be wrong |
Hi Oleh, |
@orybkin \includegraphics{foo} then |
This commit introduces the possibility to execute commands_to_delete with nested commands (issue google-research#9) by improving the regex expression that matches the user-defined custom command. It also improves the regex expression used to match comments environment that was affected by the same problem. Limitation google-research#1: in commands_to_delete max 2 nested levels are supported. Limitation google-research#2: the \end{comment} has to be followed by a newline character.
This commit introduces the possibility to execute commands_to_delete with nested commands (issue google-research#9) by improving the regex expression that matches the user-defined custom command. It also improves the regex expression used to match comments environment that was affected by the same problem. Limitation google-research#1: in commands_to_delete max 2 nested levels are supported. Limitation google-research#2: the \end{comment} has to be followed by a newline character.
I am echoing also this issue. *.eps files are tricky and depends on which latex compiler you use. Better to pass the eps files as it is like another image format I guess and don't delete them |
Hi,
Thanks for open-sourcing this! I have a feature request related to .eps files. My understanding that the common installations of TeX convert each existing myfile.eps into a file myfile-eps-converted-to.pdf, and this file is then looked up when the pdf needs to be compiled.
When I try to use the arxiv-latex-cleaner on a LaTeX project with .eps files, the *-eps-converted-to.pdf are generated in the old project folder, but not the new cleaned-up folder. I am also not sure whether these files are compressed.
The minimal fix I am looking for is to automatically move the *-eps-converted-to.pdf files from the old to the new folder. I might eventually fix this myself, but just letting you know about this problem. Thanks!
The text was updated successfully, but these errors were encountered: