Is there a way to set the height of a (text body) block in tikzposter? Based on this answer I tried to do the following:
\newcommand{\mtblock}[1]{%
\setbox\blockbox\vbox{#1}%
\parbox[t][\htblockbox][c]{\linewidth}{#1}}
with
\mtblock{10cm}{tiltle}{body}
however, without succes.
Generally, it can be nice to control blocks to have the same height if the content just differ slightly, so I think the knowledge would be useful for many.
– Lars Abrahamsson Jul 25 '18 at 22:01\begin{document}define the blocks that you want to have the same length by the new\mtblockcommand. – Paul Jul 31 '18 at 09:56