On Tue, Jan 8, 2019 at 2:27 PM Ulrike Fischer
I ran into an inconvenience with lualatex and would like some help debugging it.
Consider the following .tex file: ---- documentclass{article}
\usepackage{bbm}
\begin{document} $\mathbbm{1}$ \end{document} ----
When compiling with lualatex, the font file is created every time. When the font exists, this results in a simple warning ("mktexpk: [...] already exists."). Trying to create the fonts slows down compilation noticeably.
Sorry, I completly forgot about this. This is a luaotfload problem, not luatex. There is an open pull request to solve the problem https://github.com/u-fischer/luaotfload/pull/30 but I don't know if I find the time this week to merge it and to upload a new luaotfload.
Ulrike Fischer
Thanks! This means I can stop my bug hunt. - Jouke