Baposter 그리드를 사용하는 방법은 무엇입니까?

Baposter 그리드를 사용하는 방법은 무엇입니까?

baposter좀 더 보여주고 싶은 배경이 아름다운 포스터를 제작해보았습니다 . 일부 열에는 포스터 하단까지 텍스트가 충분하지 않아 전체 열을 아래로 이동하여 배경이 더 선명하게 보이도록 포스터 중앙에 약간의 공간을 남겨두고 싶습니다. 이를 위해 그리드를 사용하는 것이 도움이 될 것이라고 생각하지만 사용 방법을 보여주는 곳을 찾지 못했습니다. 다음은 그 모양의 예입니다. 두 번째 헤더를 아래로 이동하고 싶습니다.

여기에 이미지 설명을 입력하세요

    \documentclass[landscape,a0paper]{baposter}
\begin{document}
\begin{poster}
{grid=true,
headerborder=closed, % Adds a border around the header of content boxes
colspacing=1em, % Column spacing
background=none, % Background color for the gradient on the right side of the poster
borderColor=black, % Border color
headerColorOne=black, % Background color for the header in the content boxes (left side)
headerColorTwo=black, % Background color for the header in the content boxes (right side)
headerFontColor=white, % Text color for the header text in the content boxes
boxColorOne=white, % Background color of the content boxes
textborder=rectangle, % Format of the border around content boxes, can be: none, bars, coils, triangles, rectangle, rounded, roundedsmall, roundedright or faded
eyecatcher=true, % Set to false for ignoring the left logo in the title and move the title left
headerheight=0.1\textheight, % Height of the header
headershape=rounded, % Specify the rounded corner in the content box headers, can be: rectangle, small-rounded, roundedright, roundedleft or rounded
headerfont=\Large\bf\textsc, % Large, bold and sans serif font in the headers of content boxes
%textfont={\setlength{\parindent}{1.5em}}, % Uncomment for paragraph indentation
linewidth=2pt % Width of the border lines around content boxes
}

\headerbox{Intro}{name=intro,column=0,row=0}{
bla bla bla
 }

\headerbox{end}{name=end,column=0,below=intro}{
bla bla bla}

\end{poster}
\end{document}

그래서 내가 원하는 것은 을 쓰는 대신 두 헤더박스 사이에 공백을 만들어서 공백 below=intro을 두는 것입니다.

관련 정보