-
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
Maximum runs of pdflatex reached without getting stable files #12
Comments
What I did for this is to configure
|
Thanks, that did the trick! However, I still think this is an issue worth solving in this package as well. If I understand it correctly, latexmk will look at the hash of each file to see if any of them have been modified and if that is the case it will rerun the build process. This means (i think) that the svg package rebuilds the pdf every run, even if the svg has not changed and the pdf was already generated. In my opinion, this should be prevented. |
Yeah, I agree it was kinda hack-y.
|
Yes, I do. OK this explains it. Too bad there's no built-in workaround... anyway, the workaround above seems to work fine, so I'll stick with that for now. |
(I fat-fingered and deleted the reply... Original reply is here for future reference) Do you happen to use
Is this possibly the cause? |
XeTeX now provides \filemoddate which will be supported with svg version v2.03 |
When running
latexmk
withxelatex
, the pdf file of the svg keeps being regenerated every run. This causeslatexmk
to rerunxelatex
about 5 times every time to finally halt with aor a
error (depending on the recipe used; see below). Although the pdf file is created, this is quite annoying, as compiling the file takes longer this way.
This should give a reproducible example (let's assume this file is called
test.tex
):run either with
or
To reproduce the problem. Is this a bug? or are there any settings I don't know about? Note that the problem does not exists when running
latexmk
with the normalpdflatex
.The text was updated successfully, but these errors were encountered: