我想减少 tikzposter 上块标题的高度。tikzposterBlockstyles.tex 文件似乎没有提到执行此操作的选项,文档有没有更低级的方法来实现这一点?提前致谢。
编辑:MWE:
\documentclass[a0paper, landscape, 25pt, colspace=1cm, subcolspace=-1cm, blockverticalspace=1cm]{tikzposter}
\title{Title}
\author{Person}
\institute{Institute}
%Choose Layout
\usetheme{Default}
\begin{document}
% Title block with title, author, logo, etc.
\maketitle[titletoblockverticalspace=1cm]
\block{Block Title}{Test}
\end{document}