Using Lualatex #4
-
How would I use this package with Lualatex? It looks like this is supported, because the documentation mentions \documentclass{article}
\usepackage{robust-externalize}
\begin{document}
\robExtConfigure{
add to preset={tikz}{
use lualatex,
},
}
\cacheTikz
\begin{tikzpicture}
\filldraw[black] (0,0) circle (2pt);
\end{tikzpicture}
\end{document} This compiles properly with
(I also tried replacing every occurrence of |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Could you try to add
Sorry I don't have a computer to test. |
Beta Was this translation helpful? Give feedback.
-
The bug is solved on master (using basically the fix proposed above), thanks for the report! |
Beta Was this translation helpful? Give feedback.
-
Thank you! This now works perfectly (without |
Beta Was this translation helpful? Give feedback.
The bug is solved on master (using basically the fix proposed above), thanks for the report!