
美しい背景を持つポスターを作成しましたが、baposter
その背景をもっと見せたいと思っています。一部の列にはポスターの一番下までテキストが足りないので、列全体を下に移動してポスターの中央にスペースを残し、背景をよりはっきりと見えるようにしたいと思います。これにはグリッドを使用すると役立つと思いますが、その使い方を示す場所が見つかりませんでした。次に例を示します。2 番目のヘッダーを下に移動します。
\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}
つまり、 と書く代わりに、2 つのヘッダー ボックスの間にいくらかのスペースを作って、below=intro
空白スペースを作りたいのです。