Open padix-key opened 2 years ago
Based on this Stack Exchange post, I found a solution: It seems that LaTeX is not able to open more than 16 files at the same time, but this was attempted in this case. Calling \usepackage{morewrites}
in the preamble fixes the issue (at least for me).
This is strange. I never observed that issue on my machine (maybe depends on version)?
With a clean checkout with Debian Buster with texlive-full 2018.2019022702
installed I cannot reproduce the error. I tried building it with latexmk, xelatex directly and with ninja:
latexmk:
TraditionalBuilder: Engine: xelatex. Invoking latexmk... done.
No errors. Warnings:
/usr/share/texlive/texmf-dist/tex/latex/oberdiek/listingsutf8.sty: Package listingsutf8 Warning: Package loading is aborted because of missing \pdf@unescapehex.
/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex:28: LaTeX Font Warning: Font shape `TU/cmr/m/n' undefined(Font) using `TU/lmr/m/n' instead on input line 28.
/usr/share/texlive/texmf-dist/tex/latex/etex-pkg/etex.sty: Package etex Warning: Extended allocation already in use.
/home/XXXXX/projects/dissertation-template-test-checkout/thesis.log:1: Double-click here to open the full log.
When i compile the unmodifed template using
latexmk thesis.tex -pdf
,latexmk
exits with an error:I am using TeX Live 2021 on Ubuntu 18.04. I installed all dependencies given in the
README
.Having a look into the log, the following lines seem to describe the error:
https://gist.github.com/padix-key/c4e8cb683ed28630d0f730d291a43753#file-thesis-log-L2284-L2296
After removing
\listoftables
,latexmk
finishes without an error.