我正在制作一张tikzposter
与basic
主题相符的海报。以下是示例:
\documentclass[25pt, a0paper, portrait, margin=0mm, innermargin=15mm,
blockverticalspace=15mm, colspace=15mm, subcolspace=8mm]{tikzposter}
\title{\parbox{\linewidth}{\centering The big poster fail}}
\author{Amir Sagiv}
\usetheme{Basic} % See Section 5
\begin{document}
\maketitle
\end{document}
我怎样才能让它消失?
到目前为止我已经尝试过:
- 我用过了
\setlength{\voffset}{-1.75in}
,但这只会将空白处推到底部。 - 如果您擦除,
\usetheme{Basic}
空白区域就会消失,但海报看起来很糟糕。正如评论中所说,大多数其他主题都不会出现这种情况。
你有什么建议?问题出在哪里?有其他选择吗\usetheme{Basic}
?
答案1
你可以titletotopverticalspace
像这样调整
\documentclass[25pt, a0paper, portrait, margin=0mm, innermargin=15mm,
blockverticalspace=15mm, colspace=15mm, subcolspace=8mm]{tikzposter}
\title{\parbox{\linewidth}{\centering The big poster fail}}
\author{Amir Sagiv}
\usetheme{Basic} % See Section 5
\begin{document}
\maketitle[titletotopverticalspace=-5mm]
\end{document}