28 Feb
2024
28 Feb
'24
11:24 a.m.
On 2/23/24 16:01, mf wrote:
[...] A new run is started unless: [...] - the tuc file is identical to the one of the previous run
Hi Massi, many thanks for your reply. If ConTeXt relies on that condition to stop compilation, then it would be great to know how it is performed to invoke os.rename only on when the condition takes place. It would be as to write: if x or environment.currentrun >= environment.maxnofruns then os.rename(pdf_file, ("%s-%s.pdf"):format(tex.jobname, sha_pdf)) end "x" would be the condition where the .tua/.tuc files are identical. Do you know where that condition is written in the code, so ConTeXt doesn’t perform another run? Many thanks for your help, Pablo