I've just started using the new tikzposter class (having previously used the fancytikzposter package from the same author) and immediately discovered that using the microtype package causes TeX to fail.
I'm wondering whether anybody else has come across this as I'm not sure what to do. My MWE is:
\documentclass{tikzposter}
\usepackage{microtype}
\begin{document}
%\block{\textls{title}}{text}
\end{document}
The commented out line in the middle is one of the reasons for using microtype, i.e. to get more control over letter spacing. I get the same in pdftex, xetex and lualatex and I'm using a freshly updated TeXlive installation.
The failing error is:
! Missing endcsname inserted.
<to be read again>
protect
l.5 \end{document}
?
\end{document}doesn't provide many clues. – Sam Mason Mar 17 '14 at 09:01