MWE:
\documentclass{tikzposter}
\usepackage{microtype}
\usepackage{hyperref}
% Ref: https://tex.stackexchange.com/questions/254257/tikzposter-and-doi-package-conflict
\def\HyperFirstAtBeginDocument#1{#1}
\title{Title}
\institute{Inst}
\author{Auth}
\begin{document}
\maketitle
\block{Blocktitle}{Text}
\end{document}
Error messages:
./test.tex:18: Undefined control sequence.
\pdfstringdefPreHook ->\MT@ltx@pickupfont
\let \textmicrotypecontext \@secon...
l.18 \end{document}
This is different than incompatibility between tikzposter class and microtype package
How should I fix it?
\AtBeginDocumentand\AtEndDocumentis bad. – xucheng Mar 28 '19 at 12:19