增加标题栏高度 tikzposter

增加标题栏高度 tikzposter

该问题与以下问题类似:调整 tikzposter 中的块标题高度

我想使标题栏周围的区域(高度)更大,以便BackgroundColour在实际海报栏开始之前获得更多的内容。

\documentclass[a0paper, landscape, 25pt, colspace=1cm, subcolspace=-1cm, blockverticalspace=1cm]{tikzposter} 
        \title{Title}
        \author{Person}
        \institute{Institute}
        \usetheme{Default}
    
        \definecolor{BackgroundColour}{RGB}{226,219,214}
        \colorlet{titlebgcolor}{BackgroundColour}
        
        \begin{document}
        \maketitle[
        
        \block{Block Title}{Test}
        
        \end{document}

我该如何实现这一点?或者我可以直接\node在标题栏后添加带有颜色的吗?像这样:使用 tikzposter 在海报底部放置一个框那么我怎样才能指定位置在标题下方但在第一个块之前?

相关内容