IACR / latex-submit

Web server to receive uploaded LaTeX and execute it in a docker container.
GNU Affero General Public License v3.0
11 stars 0 forks source link

Recompilation with latexmk is NOT resolving references. #69

Closed kmccurley closed 2 months ago

kmccurley commented 2 months ago

I found three papers where when they were compiled in the normal path with latexmk, the references were not resolved. The three papers that have this were all moved from issue 1 to issue 2, and then recompiled. One example is cc1-1-93. I'm surprised that these were not caught because the exit_code was 12. Perhaps latexmk was confused because main.iacrmetadata was the only file that changed. In any event, we need to carefully check that these recompiles actually work correctly.

kmccurley commented 2 months ago

We may need to move to a newer version of latexmk, since it is under active development and we are on version 4.82 in texlive 2023.

kmccurley commented 2 months ago

The problem was caused by a malformed main.iacrmetadata file with an unescaped backslash. This is now fixed.