Using lualatex, LuaTeX, Version 0.95.0 (the most recent version available for my distribution, ArchLinux), the following minimal example never finishes compiling on my machine. It simply stalls at some point, driving my CPU to 100%, so that I have to kill it. Using xelatex is a workaround. Is this possibly fixed in more recent versions of lualatex?
\documentclass{tikzposter}
\usepackage{unicode-math}
\begin{document}
\maketitle
\end{document}
\endinput
unicode-mathrather than with LuaTeX. – Henri Menke May 28 '17 at 03:35