Wie verwende ich das Baposter-Raster?

Wie verwende ich das Baposter-Raster?

Ich habe ein Poster mit bapostereinem schönen Hintergrund erstellt, von dem ich mehr zeigen möchte. Einige Spalten enthalten nicht genug Text, um bis ganz nach unten zu reichen. Deshalb möchte ich die gesamte Spalte nach unten verschieben, um in der Mitte des Posters etwas Platz zu lassen, damit der Hintergrund besser zu sehen ist. Ich nehme an, dass die Verwendung des Rasters dabei helfen könnte, aber ich habe nirgendwo eine Anleitung gefunden, wie man es verwendet. Hier ist ein Beispiel, wie es aussieht: Ich möchte die zweite Überschrift nach unten verschieben.

Bildbeschreibung hier eingeben

    \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}

Ich möchte also etwas Platz zwischen den beiden Headerboxen schaffen, anstatt zu schreiben below=intro, um etwas Leerraum zu lassen.

verwandte Informationen