-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
With this simple document (lualatex-simple.tex):
\documentclass{article}
\usepackage{fontspec}
\setmainfont{QTGraphLite}
\begin{document}
Essai
\end{document}the following command:
docker run --rm -it -v $(pwd):/workdir danteev/texlive latexmk -pdflua lualatex-simple.tex
reruns lualatex at each run !
As /usr/local/texlive is writeable, the following files are (re)created at each run:
Rule 'lualatex': Reasons for rerun
Changed files or newly in use/created:
/usr/local/texlive/2023/texmf-var/luatex-cache/generic/names/luaotfload-lookup-cache.luc
Rule 'lualatex': Reasons for rerun
Changed files or newly in use/created:
/usr/local/texlive/2023/texmf-var/luatex-cache/generic/fonts/otl/lmroman10-bold.lua
/usr/local/texlive/2023/texmf-var/luatex-cache/generic/fonts/otl/lmroman10-regular.lua
/usr/local/texlive/2023/texmf-var/luatex-cache/generic/fonts/otl/qtgraphlite.lua
/usr/local/texlive/2023/texmf-var/luatex-cache/generic/names/luaotfload-lookup-cache.luc
Metadata
Metadata
Assignees
Labels
No labels