-
Notifications
You must be signed in to change notification settings - Fork 12
Mark doc/tikz-files/recompile-images.sh as executable #333
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
base: master
Are you sure you want to change the base?
Conversation
|
However this script does not actually work for me, does it for anyone? For one the call to Maybe @schnellecom knows as he added this script in the first place |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #333 +/- ##
=======================================
Coverage 70.13% 70.13%
=======================================
Files 62 62
Lines 16936 16936
=======================================
Hits 11878 11878
Misses 5058 5058 🚀 New features to boost your workflow:
|
|
In which directory do you execute the script? I tried on debian in the |
|
Check on another Linux based system where it seems to work. However on another Mx MacBook there also seems to be an error, see here: |
|
As to the intended functionality: Checking only for |
|
Part of the problem is that this is all the instructions say: Since the script is given with a full path I assumed it had to be run from the package root directory. I've updated this PR with a proposal for making this perhaps a bit clearer. But this does not e.g. specify in which directory to run this. The invocation of |
|
BTW you could make this a lot faster by using GNU parallel then at least multiple cores could work on it at once. Alternatively, just turn the script into a simple It also seems this modifies PDFs which you stored in the git repo. This is because each time you regenerate the PDF it changes slightly, due to the included timestamps. To avoid this you could add Finally, might also wish to consider using lualatex instead of pdflatex: it will be slower, but it also produces smaller PDFs (e.g. _Wrapper_properties-1.pdf goes from 12299 to 4672 bytes). |

No description provided.