我首先发布我能创建的用于重现此问题的最小代码段:
\documentclass[usenames,dvipsnames,a0paper, subcolspace = 3 mm, colspace = 3 mm, landscape, innermargin = 0 mm, margin = 0 mm, blockhorizontalspace = 5 mm, blockverticalspace = 5 mm, 25 pt]{tikzposter}
\usetheme{Envelope} % See Section 5 (Rätt okej!)
\usecolorstyle[colorPalette=BrownBlueOrange]{Germany}
\tikzposterlatexaffectionproofoff
\begin{document}
\makeatletter
\setlength{\TP@blocktop}{.495\textheight}
\makeatother
\settitle{ }
\begin{columns}
\column{0.49975}
\colorlet{blockbodybgcolor}{MidnightBlue!100}
\block[bodyoffsetx = 0 mm, bodyoffsety=-2cm,bodyverticalshift = 0 mm,bodyinnersep = 3 mm,titleinnersep = 0em,roundedcorners=0]{}{\color{white} \fontsize{80pt}{80pt}\selectfont \flushleft \bf{Main question? \\ \fontsize{60pt}{60pt}\selectfont \begin{description}
\item[ $\bullet$] Bullet 1 description
\item[ $\bullet$] Bullet 2 description
\begin{itemize}
\item Bullet 1 itemize
\item Bullet 2 itemize
\colorlet{blockbodybgcolor}{white!60}
\end{columns}
\end{document}
得出如下结果:
您可以看到,使用“正常”项目符号列表方法,项目符号将从块的开头之前/之外开始。
我找到了一个绕过它的技巧,使用描述列表和\item[ $\bullet$]
。然而,这是一个“廉价的解决方案”,不应该是那样的。
有什么建议我首先做错了什么吗?
提前致谢!