大家好,有人知道我如何将块放在页面的开头而不是跳过 5 厘米?
\documentclass{tikzposter}
\geometry{paperwidth=1080px,paperheight=1980px}
\usetheme{Board}
\begin{document}
\node[above right,opacity=1.2,inner sep=0pt,outer sep=0pt] at (bottomleft) {\includegraphics[width=\paperwidth,height=\paperheight]{example-image-duck}};
\maketitle % See Section 4.1
\colorlet{blockbodybgcolor}{black}
\colorlet{blocktitlefgcolor}{red}
\block{\textbf{Ultrastructural anylisis}}{}
\end{document}